Merge pull request #262 from meersjo/xpack_checkmode
Add check_mode:no to x_pack_installed
This commit is contained in:
commit
480f750fd5
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