1
0
Fork 0
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:
Jerry Vonau 2019-11-28 07:28:26 -06:00 committed by GitHub
parent b55bd116f2
commit 5377c913d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
path: /etc/nginx/sites-enabled/default
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:
src: '{{ item.src}}'
dest: '{{ item.dest }}'