Bertrand Lanson
28dfb322ff
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 2m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m3s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m22s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m52s
test / Molecule tests (default, debian12) (push) Successful in 1m37s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 1m31s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m2s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m46s
11 lines
238 B
YAML
11 lines
238 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: "Include ednz_cloud.install_docker"
|
|
ansible.builtin.include_role:
|
|
name: ednz_cloud.install_docker
|
|
vars:
|
|
install_docker_python_packages: true
|