Merge pull request #262 from meersjo/xpack_checkmode

Add check_mode:no to x_pack_installed
This commit is contained in:
Dale McDiarmid
2017-03-13 12:26:44 -07:00
committed by GitHub

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