mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-11-01 01:19:32 +01:00
Update setup-Debian.yml
lint fixes update
This commit is contained in:
parent
8d958fd394
commit
0c760cf0de
@ -29,7 +29,7 @@
|
|||||||
package: name=curl state=present
|
package: name=curl state=present
|
||||||
when: add_repository_key is failed
|
when: add_repository_key is failed
|
||||||
|
|
||||||
- name: Remove gpg keys if they exist #otherwise GPG doesn't run if file already exists
|
- name: Remove gpg keys if they exist # otherwise GPG won't run if file already exists
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
@ -52,4 +52,4 @@
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "deb [arch={{ docker_apt_arch }}] signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] {{ docker_repo_url }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
|
repo: "deb [arch={{ docker_apt_arch }}] signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] {{ docker_repo_url }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user