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

This commit is contained in:
Ludovic Poujol 2022-12-14 11:01:03 +01:00
parent fa9d5b8b81
commit ac85efe8aa

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