mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/nginx/tasks/install.yml
wording Co-Authored-By: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
b55bd116f2
commit
5377c913d0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
path: /etc/nginx/sites-enabled/default
|
path: /etc/nginx/sites-enabled/default
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Put the config file in place
|
- name: Put config files in place (2 into /etc/nginx, 1 into /etc/{{ apache_service }})
|
||||||
template:
|
template:
|
||||||
src: '{{ item.src}}'
|
src: '{{ item.src}}'
|
||||||
dest: '{{ item.dest }}'
|
dest: '{{ item.dest }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue