This commit is contained in:
Alex Kotov 2021-09-20 09:31:45 +05:00
parent 81bca59152
commit 28b48240f2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -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