Skip to content

Commit

Permalink
Update nginx to Ubuntu 22.04-compatible repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelekm committed Mar 1, 2024
1 parent 122967d commit 912102c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
nginx_version: "stable"
nginx_delete_default_site: False
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
# Tasks and related artifacts copied from azavea.nginx role
# Customized to use Nginx Stable PPA that works with Ubuntu 22.04
- name: Configure the Nginx PPA
apt_repository: repo=ppa:nginx/{{ nginx_version }} state=present
apt_repository: repo=ppa:ondrej/nginx state=present

- name: Install Nginx
apt: pkg=nginx-full state=present
Expand Down

0 comments on commit 912102c

Please sign in to comment.