This commit is contained in:
Kekskurse 2023-07-21 02:45:49 +02:00
parent e71faa747c
commit f7a1e0c503
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 6 additions and 1 deletions

View File

@ -11,9 +11,14 @@
- gnupg
- name: Add an Apt signing key, uses whichever key is at the URL
ansible.builtin.apt_key:
url: https://download.docker.com/linux/debian/gpg
state: present
- name: Download /etc/apt/keyrings/docker.gpg
ansible.builtin.get_url:
url: https://download.docker.com/linux/debian/gpg
dest: /etc/apt/keyrings/docker.gpg
state: present
mode: '0440'
- name: Add docker repository