diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 2c4db41..253876b 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -6,7 +6,7 @@ - name: Ensure old apt source list is not present in /etc/apt/sources.list.d ansible.builtin.file: - path: "/etc/apt/sources.list.d/download_docker_com_linux_{{ docker_apt_ansible_distribution }}.list" + path: "/etc/apt/sources.list.d/download_docker_com_linux_{{ docker_apt_ansible_distribution | lower }}.list" state: absent - name: Ensure the repo referencing the previous trusted.gpg.d key is not present diff --git a/vars/Alpine.yml b/vars/Alpine.yml index b81917a..5fea58d 100755 --- a/vars/Alpine.yml +++ b/vars/Alpine.yml @@ -1,2 +1,3 @@ --- docker_packages: "docker" +docker_compose_package: docker-cli-compose