This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- lsb-release
|
||||
|
||||
- name: Retrieve Docker GPG key
|
||||
check_mode: false
|
||||
ansible.builtin.uri:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
return_content: true
|
||||
@@ -25,6 +26,7 @@
|
||||
creates: /usr/share/keyrings/docker-archive-keyring.gpg
|
||||
|
||||
- name: Retrieve dpkg architecture
|
||||
check_mode: false
|
||||
ansible.builtin.command: dpkg --print-architecture
|
||||
register: dpkg_architecture
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user