Compare commits
2 Commits
0.1.4
...
e4f0e1e1fa
Author | SHA1 | Date | |
---|---|---|---|
e4f0e1e1fa
|
|||
cec3858f7d
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
element_user: element
|
element_user: element
|
||||||
element_state: "present"
|
element_state: "present"
|
||||||
element_version: "1.11.85"
|
element_version: "1.11.86"
|
||||||
element_deployment_method: "docker"
|
element_deployment_method: "docker"
|
||||||
|
|
||||||
element_base_path: "/opt/element"
|
element_base_path: "/opt/element"
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
when: >-2
|
when: >-2
|
||||||
item.when
|
item.when
|
||||||
and (item.name not in hostvars[ansible_host]
|
and (item.name not in hostvars[inventory_hostname]
|
||||||
or hostvars[ansible_host][item.name] | length == 0)
|
or hostvars[inventory_hostname][item.name] | length == 0)
|
||||||
|
Reference in New Issue
Block a user