Merge pull request #380 from adamantike/fix/set-docker_package-for-archlinux

Set default docker_package for Archlinux distribution
This commit is contained in:
Jeff Geerling 2022-10-10 15:49:02 -05:00 committed by GitHub
commit 96eaae30e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ galaxy_info:
- name: Alpine - name: Alpine
version: version:
- all - all
- name: Arch - name: ArchLinux
versions: versions:
- all - all
galaxy_tags: galaxy_tags:

2
vars/Archlinux.yml Normal file
View File

@ -0,0 +1,2 @@
---
docker_package: "docker"