mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
fix redis sanity checker 'when' directive
This commit is contained in:
parent
4c2e7a37f5
commit
56b44213b9
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@
|
|||
job: docker pull newsblur/newsblur_python3:latest;
|
||||
docker run --rm
|
||||
--network=newsblurnet /srv/newsblur/utils/monitor_redis_bgsave.py
|
||||
when: "'task-work' in inventory_hostname"
|
||||
when: "'redis' in inventory_hostname"
|
||||
tags:
|
||||
- sanity-checker
|
Loading…
Add table
Reference in a new issue