new distro

This commit is contained in:
2024-11-29 22:15:25 +01:00
parent ee0f2a22a6
commit a43af5abcc
12 changed files with 15 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
file:
path: "/tmp/get-docker.sh" # required. Path to the file being managed.
state: absent
when: ansible_distribution in ["Debian", "Ubuntu"]
when: ansible_distribution in ["Debian", "Ubuntu", "Linux Mint"]
- name: docker | install docker | docker-compose
package: