Fix typo
This commit is contained in:
parent
81bca59152
commit
28b48240f2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
- name: Install Nginx log config
|
||||
notify: nginx | Restart Nginx
|
||||
copy:
|
||||
src: 'files/nginx/syslog.conf'
|
||||
src: 'files/syslog.conf'
|
||||
dest: '{{ nginx__confd_dir }}/syslog.conf'
|
||||
mode: 'u=rw,go=r'
|
||||
owner: root
|
||||
|
|
Loading…
Reference in a new issue