Add check_mode:no to x_pack_installed so ansible doesn't crash in check mode

This commit is contained in:
Johan De Meersman 2017-03-07 14:47:32 +01:00
parent 32c7a13b69
commit 52ae57023a

View file

@ -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 }}"