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