Ignore errors in whack listen

These are not fatal.

Change-Id: If52f454ef5db96ea4a64af5d240948fa15ea41bd
This commit is contained in:
Juan Antonio Osorio Robles 2018-01-15 20:27:04 +00:00
parent 8e68651557
commit 3057b49c61
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@
- name: Listen for IPSEC connections
shell: ipsec whack --listen
become: yes
ignore_errors: true
when:
- inventory_hostname in groups['pacemaker']