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
commit 480f750fd5

View file

@ -5,6 +5,7 @@
register: x_pack_installed register: x_pack_installed
changed_when: False changed_when: False
failed_when: "'ERROR' in x_pack_installed.stdout" failed_when: "'ERROR' in x_pack_installed.stdout"
check_mode: no
ignore_errors: yes ignore_errors: yes
environment: environment:
CONF_DIR: "{{ conf_dir }}" CONF_DIR: "{{ conf_dir }}"