From 8677fabf60dba65d3ad6284deba772eef61d1802 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 4 Jan 2024 06:49:38 +0400 Subject: [PATCH] Add package "libnginx-mod-stream" --- tasks/install.yml | 1 + tasks/purge.yml | 1 + tasks/remove.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index 6f883bb..8da5752 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -5,6 +5,7 @@ name: - libnginx-mod-http-geoip - libnginx-mod-http-geoip2 + - libnginx-mod-stream - nginx - name: Create directories for Nginx configuration diff --git a/tasks/purge.yml b/tasks/purge.yml index e023f26..6e77244 100644 --- a/tasks/purge.yml +++ b/tasks/purge.yml @@ -6,6 +6,7 @@ name: - libnginx-mod-http-geoip - libnginx-mod-http-geoip2 + - libnginx-mod-stream - nginx - nginx-common - nginx-core diff --git a/tasks/remove.yml b/tasks/remove.yml index 15c148d..d993ad0 100644 --- a/tasks/remove.yml +++ b/tasks/remove.yml @@ -6,6 +6,7 @@ name: - libnginx-mod-http-geoip - libnginx-mod-http-geoip2 + - libnginx-mod-stream - nginx - nginx-common - nginx-core