fix(ansible): mv docker apt key in dedicated file
This commit is contained in:
parent
eeccf8122a
commit
3e2035cb11
@ -502,3 +502,7 @@ fr_FR.UTF-8 UTF-8
|
|||||||
# to_TO UTF-8
|
# to_TO UTF-8
|
||||||
# tpi_PG UTF-8
|
# tpi_PG UTF-8
|
||||||
# yuw_PG UTF-8
|
# yuw_PG UTF-8
|
||||||
|
# C.UTF-8 UTF-8
|
||||||
|
# ckb_IQ UTF-8
|
||||||
|
# rif_MA UTF-8
|
||||||
|
# syr UTF-8
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
- name: Add apt key
|
- name: Add apt key
|
||||||
apt_key:
|
ansible.builtin.apt_key:
|
||||||
url: https://download.docker.com/linux/debian/gpg
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
|
keyring: /etc/apt/trusted.gpg.d/docker.gpg
|
||||||
|
|
||||||
- name: Add docker-ce repository
|
- name: Add docker-ce repository
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
Loading…
Reference in New Issue
Block a user