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

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

View File

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

View File

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