We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5271d0c commit 5393a78Copy full SHA for 5393a78
tasks/keys/setup-keys.yml
@@ -18,10 +18,10 @@
18
when: ansible_facts['os_family'] != 'Alpine'
19
20
- name: (Debian/Ubuntu) Add NGINX signing key
21
- ansible.builtin.apt_key:
22
- id: 8540A6F18833A80E9C1653A42FD21310B49F6B46
23
- keyring: /usr/share/keyrings/nginx-archive-keyring.gpg
+ ansible.builtin.get_url:
24
url: "{{ keysite }}"
+ dest: /usr/share/keyrings/nginx-archive-keyring.gpg
+ checksum: sha256:55385da31d198fa6a5012d40ae98ecb272a6c4e8fffffba94719ffd3e87de37a
25
when: ansible_facts['os_family'] == 'Debian'
26
27
- name: (Red Hat/SLES OSs) Add NGINX signing key
0 commit comments