Fixing boolean expression syntax when installing templates/license -> repositioned not
This commit is contained in:
parent
0046008bf5
commit
0c0a48d4ae
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: license_activated
|
register: license_activated
|
||||||
no_log: True
|
no_log: True
|
||||||
when: '"security" not in es_xpack_features'
|
when: 'not "security" in es_xpack_features'
|
||||||
failed_when: >
|
failed_when: >
|
||||||
license_activated.status != 200 or
|
license_activated.status != 200 or
|
||||||
license_activated.json.license_status is not defined or
|
license_activated.json.license_status is not defined or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue