mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g-pg.git
synced 2024-11-24 15:56:39 +00:00
fix handlers
This commit is contained in:
parent
981d4ce788
commit
23a4dfe28b
@ -11,7 +11,7 @@
|
||||
name: backup.timer
|
||||
enabled: "{{ 'yes' if wal_g_backup_enable else 'no' }}"
|
||||
masked : no
|
||||
state: "{{ 'started' if wal_g_backup_permanent_enable else 'stopped' }}"
|
||||
state: "{{ 'started' if wal_g_backup_enable else 'stopped' }}"
|
||||
daemon_reload: yes
|
||||
when: backup_timer.changed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user