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