Fix idempotency test when listing the current users

This commit is contained in:
Michael Russell 2018-01-31 13:03:51 +01:00
parent 9eae7e3a3d
commit 6ddc7ce13d
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -16,6 +16,7 @@
command: > command: >
{{es_home}}/bin/elasticsearch-keystore list {{es_home}}/bin/elasticsearch-keystore list
register: list_keystore register: list_keystore
changed_when: False
environment: environment:
ES_PATH_CONF: "{{ conf_dir }}" ES_PATH_CONF: "{{ conf_dir }}"
when: when: