Insert newline

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

View File

@ -30,7 +30,7 @@
- name: Install Nginx stream config
notify: nginx | Restart Nginx
copy:
content: '{{ nginx__stream }}'
content: "{{ nginx__stream }}\n"
dest: '{{ nginx__conf_dir }}/stream.conf'
mode: 'u=rw,go=r'
owner: root