Add check_mode:no to x_pack_installed so ansible doesn't crash in check mode
This commit is contained in:
parent
32c7a13b69
commit
52ae57023a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
register: x_pack_installed
|
||||
changed_when: False
|
||||
failed_when: "'ERROR' in x_pack_installed.stdout"
|
||||
check_mode: no
|
||||
ignore_errors: yes
|
||||
environment:
|
||||
CONF_DIR: "{{ conf_dir }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue