vrrpd: Small fix to work in check mode
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Ludovic Poujol 2022-12-14 11:01:03 +01:00
parent fa9d5b8b81
commit ac85efe8aa
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@
daemon_reload: yes
enabled: yes
state: "{{ vrrp_address.state }}"
when: vrrp_systemd_unit is changed
when:
- vrrp_systemd_unit is changed
- not ansible_check_mode