src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-10-07 15:25:37 -0500
committerLuke Hoersten <[email protected]>2024-10-07 15:25:37 -0500
commit27739609362360b2bf533f5a59106ce52c8d4b9f (patch)
treef42d1f682ae64078204066235abbd129ec950441 /nginx
parent874be10f6646a66cd0e994963b2746ad48f5b73e (diff)
Lots of updates and fixes for Ubuntu 24.04 Noble.
Diffstat (limited to 'nginx')
-rw-r--r--nginx/tasks/main.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/nginx/tasks/main.yaml b/nginx/tasks/main.yaml
index 74bcd8b..1cc029c 100644
--- a/nginx/tasks/main.yaml
+++ b/nginx/tasks/main.yaml
@@ -2,7 +2,10 @@
- name: apt install nginx
become: yes
- apt: name="nginx"
+ apt: name="{{item}}"
+ loop:
+ - "nginx"
+ - "libnginx-mod-stream"
notify: restart nginx
- name: disable default site