mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Add check_mode:no to x_pack_installed so ansible doesn't crash in check mode
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user