Alter nginx signing key
The new key's address is mentioned in the Nginx official documentation: https://nginx.org/en/linux_packages.html#Debian.
This commit is contained in:
parent
465517ef56
commit
b379a977cb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
- name: Add an apt key by id from a keyserver
|
- name: Add an apt key by id from a keyserver
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt_key:
|
ansible.builtin.apt_key:
|
||||||
url: https://nginx.org/packages/keys/nginx_signing.key
|
url: https://nginx.org/keys/nginx_signing.key
|
||||||
state: present
|
state: present
|
||||||
- name: Add Nginx repository into sources list
|
- name: Add Nginx repository into sources list
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue