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`).
1212
1313BUG FIXES:
1414
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.
1617
1718## 0.22.0 (December 9, 2021)
1819
Original file line number Diff line number Diff line change 11---
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+
210- name : (Debian/Ubuntu) Add NGINX Amplify agent repository
311 apt_repository :
412 filename : nginx-amplify
You can’t perform that action at this time.
0 commit comments