fix typo
I think this typo was here since https://github.com/elastic/ansible-elasticsearch/pull/129/commits/048fd636025a00379d2549c36f8b4bd271a8f832
This commit is contained in:
parent
27a524cd07
commit
08512fc17e
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: set fact manage_file_users
|
- set_fact: manage_file_users=false
|
||||||
set_fact: manage_file_users=es_users is defined and es_users.file is defined and es_users.file.keys() | list | length > 0
|
|
||||||
|
- set_fact: manage_file_users=true
|
||||||
|
when: es_users is defined and es_users.file is defined and es_users.file.keys() | list | length > 0
|
||||||
|
|
||||||
- name: Check if old users file exists
|
- name: Check if old users file exists
|
||||||
stat:
|
stat:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue