add AltLinux support

This commit is contained in:
2023-10-15 09:09:18 +00:00
committed by GitHub
parent 5f8e10462c
commit 63ec452342
4 changed files with 14 additions and 1 deletions

3
vars/AltLinux-8.yml Normal file
View File

@@ -0,0 +1,3 @@
---
docker_packages: "docker-ce"
docker_compose_package: "docker-compose"

3
vars/AltLinux-9.yml Normal file
View File

@@ -0,0 +1,3 @@
---
docker_packages: "docker-ce"
docker_compose_package: "docker-compose"

3
vars/AltLinux.yml Normal file
View File

@@ -0,0 +1,3 @@
---
docker_packages: "docker-engine"
docker_compose_package: "docker-compose-v2"