Skip to content
Extraits de code Groupes Projets
Valider 06856bca rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

change: apply new APT keyring recommandations

parent 4ecf4825
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,8 +12,10 @@ ...@@ -12,8 +12,10 @@
# TODO-PI update for getting proper packages for Raspbian - add packages libffi-dev libssl-dev # TODO-PI update for getting proper packages for Raspbian - add packages libffi-dev libssl-dev
- name: Add Docker GPG key to APT - name: Add Docker GPG key to APT
apt_key: get_url:
url: https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg url: "https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg"
dest: /etc/apt/trusted.gpg.d/docker.asc
mode: '0644'
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
- name: Add Docker repo to APT repositories for x86_64 architecture - name: Add Docker repo to APT repositories for x86_64 architecture
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter