48388a3d96
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
17 lines
324 B
YAML
17 lines
324 B
YAML
---
|
|
|
|
- name: Install host dependencies
|
|
community.general.pacman:
|
|
name:
|
|
- python-docker
|
|
- python-dnspython
|
|
state: present
|
|
update_cache: true
|
|
|
|
- name: Ensure Docker is installed
|
|
community.general.pacman:
|
|
name:
|
|
- docker
|
|
state: present
|
|
when: matrix_docker_installation_enabled | bool
|