From d7205911a85f912af425e03770d06b8e7f12f7a8 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 25 Jul 2023 10:42:21 +0200 Subject: [PATCH] docker.yml aktualisiert --- docker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker.yml b/docker.yml index 5bca1da..6f64fc0 100644 --- a/docker.yml +++ b/docker.yml @@ -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"