Commit 5ebcd52a by John Jarvis

duplicate block

parent b5614038
......@@ -90,16 +90,6 @@
with_dict: nginx_redirects
when: nginx_redirects is defined
- name: Creating nginx config links for {{ nginx_sites }}
file: >
src={{ nginx_sites_available_dir }}/{{ item }}
dest={{ nginx_sites_enabled_dir }}/{{ item }}
state=link owner=root group=root
notify: reload nginx
with_items: nginx_sites
- name: Write out htpasswd file
htpasswd: >
name={{ COMMON_HTPASSWD_USER }}
......
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