Create missing streams directory
This commit is contained in:
parent
2eb19641d2
commit
5d5008932b
1 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,12 @@
|
||||||
notify:
|
notify:
|
||||||
- restart nginx
|
- restart nginx
|
||||||
|
|
||||||
|
- name: create nginx streams directory
|
||||||
|
when: nginx.streams
|
||||||
|
file:
|
||||||
|
path: /etc/nginx/streams
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: create and enable nginx streams
|
- name: create and enable nginx streams
|
||||||
template:
|
template:
|
||||||
src: stream.conf.j2
|
src: stream.conf.j2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue