mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-03-02 00:15:41 +01:00
Merge pull request #493 from dbrennand/patch-1-470
fix: issue with #470 fix
This commit is contained in:
commit
a16b26b8e2
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
- name: Ensure old apt source list is not present in /etc/apt/sources.list.d
|
- name: Ensure old apt source list is not present in /etc/apt/sources.list.d
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list
|
path: "/etc/apt/sources.list.d/download_docker_com_linux_{{ docker_apt_ansible_distribution }}.list"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Ensure the repo referencing the previous trusted.gpg.d key is not present
|
- name: Ensure the repo referencing the previous trusted.gpg.d key is not present
|
||||||
|
Loading…
Reference in New Issue
Block a user