mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Fix for idempotent security
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
- command: /bin/true
|
- command: /bin/true
|
||||||
notify: activate-security
|
notify: activate-security
|
||||||
when: (es_enable_xpack and '"security" in es_xpack_features') and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined))
|
when: (es_enable_xpack and '"security" in es_xpack_features') and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined))
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
#-----------------------------ROLE MAPPING ----------------------------------------
|
#-----------------------------ROLE MAPPING ----------------------------------------
|
||||||
|
|
||||||
#Copy Roles files
|
#Copy Roles files
|
||||||
|
|||||||
Reference in New Issue
Block a user