Create missing streams directory

This commit is contained in:
Julian Rother 2025-01-29 23:33:28 +01:00
parent 2eb19641d2
commit 5d5008932b
Signed by: julian
GPG key ID: C19B924C0CD13341

View file

@ -97,6 +97,12 @@
notify:
- restart nginx
- name: create nginx streams directory
when: nginx.streams
file:
path: /etc/nginx/streams
state: directory
- name: create and enable nginx streams
template:
src: stream.conf.j2