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:
Thomas Kleinendorst 2024-07-04 11:14:26 +02:00
parent 465517ef56
commit b379a977cb

View file

@ -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