docker.yml aktualisiert
This commit is contained in:
parent
708785ccd7
commit
d7205911a8
@ -76,6 +76,12 @@
|
||||
# url: "https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg"
|
||||
# state: present
|
||||
|
||||
- name: Add repository into sources list
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
|
||||
state: absent
|
||||
filename: docker
|
||||
|
||||
- name: Add repository into sources list
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-docker.gpg] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
|
||||
|
Loading…
Reference in New Issue
Block a user