Commit 2f2b8642 by John Jarvis

removing when conditions

parent ebddde37
......@@ -80,7 +80,6 @@
owner=root group={{ common_web_user }} mode=0640
notify: reload nginx
with_dict: nginx_redirects
when: nginx_redirects is defined
- name: Creating nginx redirect links for {{ nginx_redirects }}
file: >
......@@ -89,7 +88,6 @@
state=link owner=root group=root
notify: reload nginx
with_dict: nginx_redirects
when: nginx_redirects is defined
- name: Write out htpasswd file
htpasswd: >
......
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