Insert newline
This commit is contained in:
parent
47f51c4210
commit
faf632c456
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue