This commit is contained in:
parent
60c21c9e63
commit
384ead4401
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ lookup('vars', 'traefik_' + traefik_actual_version.stdout + '_list') | reverse | list}}"
|
- "{{ lookup('vars', 'traefik_' + traefik_actual_version.stdout + '_list') | reverse | list }}"
|
||||||
# - hostvars[inventory_hostname]['traefik_' + traefik_actual_version.stdout + '_list'] | reverse
|
# - hostvars[inventory_hostname]['traefik_' + traefik_actual_version.stdout + '_list'] | reverse
|
||||||
when:
|
when:
|
||||||
- not traefik_actual_version.stdout == "[]"
|
- not traefik_actual_version.stdout == "[]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue