Fix typo
This commit is contained in:
parent
3f02fc878c
commit
1d23b6e656
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
notify: nginx | Restart Nginx
|
||||
copy:
|
||||
src: 'files/nginx.conf'
|
||||
dest: '{{ nginx__condf_dir }}/nginx.conf'
|
||||
dest: '{{ nginx__confd_dir }}/nginx.conf'
|
||||
mode: 'u=rw,go=r'
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in a new issue