Commit 720df0c3 authored by nanahira's avatar nanahira

Revert "fix"

This reverts commit d2e8a983.
parent 7b34b71c
......@@ -100,13 +100,13 @@
vars:
conn: '{{item}}'
with_items: '{{ connections }}'
when: "not noUpdateLinks and item.protocol is defined and item.protocol == 'null' and not item.noUpdate"
when: "not noUpdateLinks and item.protocol == 'null' and not item.noUpdate"
- name: 'loop through list from a variable'
include_tasks: 'protocols/{{item.protocol}}/configure.yaml'
vars:
conn: '{{item}}'
with_items: '{{ connections }}'
when: "not noUpdateLinks and item.protocol is defined and item.protocol != 'null' and not item.noUpdate"
when: "not noUpdateLinks and item.protocol != 'null' and not item.noUpdate"
# end
- name: services conf
copy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment