fix keyring
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m33s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m33s
Details
This commit is contained in:
parent
f75abf978a
commit
97995a95dd
|
@ -17,6 +17,7 @@
|
|||
- name: Add docker key
|
||||
ansible.builtin.apt_key:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
keyring: /etc/apt/keyrings/docker.gpg
|
||||
become: true
|
||||
- name: Add docker repo
|
||||
ansible.builtin.apt_repository:
|
||||
|
|
Loading…
Reference in New Issue