You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
324 B
17 lines
324 B
5 years ago
|
---
|
||
|
|
||
|
- name: Install host dependencies
|
||
2 years ago
|
community.general.pacman:
|
||
5 years ago
|
name:
|
||
|
- python-docker
|
||
|
- python-dnspython
|
||
2 years ago
|
state: present
|
||
3 years ago
|
update_cache: true
|
||
5 years ago
|
|
||
|
- name: Ensure Docker is installed
|
||
2 years ago
|
community.general.pacman:
|
||
5 years ago
|
name:
|
||
|
- docker
|
||
2 years ago
|
state: present
|
||
2 years ago
|
when: matrix_docker_installation_enabled | bool
|