fix keyring
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m33s Details

This commit is contained in:
Gleb Koval 2023-09-25 22:12:03 +01:00
parent f75abf978a
commit 97995a95dd
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -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: