This commit is contained in:
Kekskurse 2023-07-21 02:44:41 +02:00
parent 50bae3c74f
commit e71faa747c
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- 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
dest: /etc/apt/keyrings/docker.gpg]
dest: /etc/apt/keyrings/docker.gpg
state: present