Commit e8317b99 by Carson Gee

Old style role pipe missed

parent 64808728
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
- name: rewrite apache ports conf - name: rewrite apache ports conf
template: dest=/etc/apache2/ports.conf src=ports.conf.j2 owner=root group=root template: dest=/etc/apache2/ports.conf src=ports.conf.j2 owner=root group=root
notify: apache | restart apache notify: restart apache
- debug: msg={{ apache_sites }} - debug: msg={{ apache_sites }}
- name: Copying apache configs for {{ apache_sites }} - name: Copying apache configs for {{ apache_sites }}
template: > template: >
src={{ apache_template_dir }}/{{ item }}.j2 src={{ apache_template_dir }}/{{ item }}.j2
......
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