ignore_errors is not valid here
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9b5d619f59
commit
188a2c96a4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
when: inventory_hostname.startswith("ipa01")
|
||||
register: create_output
|
||||
changed_when: "'already exists' not in create_output.stderr"
|
||||
ignores_errors: yes
|
||||
failed_when: false
|
||||
#failed_when: "'already exists' not in create_output.stderr and create_output.exitcode != 0"
|
||||
|
||||
- name: Debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue