Merge branch 'geerlingguy:master' into master

This commit is contained in:
Ali Mehraji 2025-03-24 15:14:54 +03:30 committed by GitHub
commit 1000ee6000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
---
docker_packages: "docker"
docker_compose_package: docker-cli-compose