fix(ansible): mv docker apt key in dedicated file

This commit is contained in:
2023-11-01 18:57:04 +01:00
parent eeccf8122a
commit 3e2035cb11
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
- name: Add apt key
apt_key:
ansible.builtin.apt_key:
url: https://download.docker.com/linux/debian/gpg
keyring: /etc/apt/trusted.gpg.d/docker.gpg
- name: Add docker-ce repository
apt_repository: