Skip to content
Snippets Groups Projects
Commit cba7b60f authored by jurgenhaas's avatar jurgenhaas
Browse files

Define da fedault

parent 3c35c760
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
- name: "Find out active proxy"
set_fact: proxy_active_host={{ item }}
with_items: '{{ groups.proxyserver }}'
when: hostvars[item].proxy_active
when: hostvars[item].proxy_active|default(true)
- name: "Set directory permissions to current user"
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment