Fix typos

This commit is contained in:
Alex Kotov 2023-03-30 10:39:47 +04:00
parent 1d23b6e656
commit b42ee7116e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
notify: nginx | Restart Nginx
copy:
src: 'files/nginx.conf'
dest: '{{ nginx__confd_dir }}/nginx.conf'
dest: '{{ nginx__conf_dir }}/nginx.conf'
mode: 'u=rw,go=r'
owner: root
group: root
@ -40,7 +40,7 @@
notify: nginx | Restart Nginx
copy:
content: '{{ nginx__stream }}'
dest: '{{ nginx__confd_dir }}/stream.conf'
dest: '{{ nginx__conf_dir }}/stream.conf'
mode: 'u=rw,go=r'
owner: root
group: root