2020-03-28 11:39:15 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Install host dependencies
|
|
|
|
pacman:
|
|
|
|
name:
|
|
|
|
- python-docker
|
|
|
|
- python-dnspython
|
2022-07-18 14:08:35 +03:00
|
|
|
state: present
|
2022-02-05 21:32:54 +01:00
|
|
|
update_cache: true
|
2020-03-28 11:39:15 +01:00
|
|
|
|
|
|
|
- name: Ensure Docker is installed
|
2020-03-28 13:00:01 +01:00
|
|
|
pacman:
|
2020-03-28 11:39:15 +01:00
|
|
|
name:
|
|
|
|
- docker
|
2022-07-18 14:08:35 +03:00
|
|
|
state: present
|
2022-07-18 11:22:05 +03:00
|
|
|
when: matrix_docker_installation_enabled | bool
|