diff options
author | 2023-06-17 11:07:27 +0100 | |
---|---|---|
committer | 2023-07-24 14:42:09 +0100 | |
commit | 92a07ecbff82c428c9c5555edb57eedb21537d6e (patch) | |
tree | ad3e71a185923945ebc3ae1c6649585b099041af | |
parent | Bump postgres to 15 (diff) |
Expliticly install geoip nginx module
This is no longer included in nginx core in debian 13
-rw-r--r-- | roles/nginx/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index 3419cb3..29fc854 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -4,6 +4,7 @@ name: - nginx - libnginx-mod-http-lua + - libnginx-mod-http-geoip state: present tags: - role::nginx |