Organize snippet templates
This commit is contained in:
parent
eb3a3ef617
commit
24b8e5eff5
3 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
- name: Install additional snippets
|
||||
notify: nginx | Restart Nginx
|
||||
template:
|
||||
src: 'templates/{{ item }}.conf'
|
||||
src: 'templates/snippets/{{ item }}.conf'
|
||||
dest: '{{ nginx__snippets_dir }}/{{ item }}.conf'
|
||||
mode: 'u=rw,go=r'
|
||||
owner: root
|
||||
|
|
Loading…
Reference in a new issue