File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Support for ansible-base (ansible-core `<2.12`).
12
12
13
13
BUG FIXES:
14
14
15
- The Molecule ` upgrade ` scenario verification test no longer has to be updated on each new NGINX OSS release.
15
+ * The Molecule ` upgrade ` scenario verification test no longer has to be updated on each new NGINX OSS release.
16
+ * Add GPG key for Ubuntu Focal during APT repository setup.
16
17
17
18
## 0.22.0 (December 9, 2021)
18
19
Original file line number Diff line number Diff line change 1
1
---
2
+
3
+ - name : (Ubuntu 20.04) Add NGINX Amplify apt key
4
+ apt_key :
5
+ url : https://nginx.org/keys/nginx_signing.key
6
+ state : present
7
+ become : true
8
+ when : ansible_facts['distribution_release'] == "focal"
9
+
2
10
- name : (Debian/Ubuntu) Add NGINX Amplify agent repository
3
11
apt_repository :
4
12
filename : nginx-amplify
You can’t perform that action at this time.
0 commit comments