From 5d5008932befa7df5414b164ced94da6d9abd995 Mon Sep 17 00:00:00 2001 From: Julian Rother Date: Wed, 29 Jan 2025 23:33:28 +0100 Subject: [PATCH] Create missing streams directory --- tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 0c06b23..c7e8a4a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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