Bertrand Lanson
a0e77bafb3
Some checks failed
test / Linting (push) Successful in 35s
test / Molecule tests (default, debian12) (push) Failing after 1m53s
test / Molecule tests (default, debian11) (push) Failing after 2m20s
test / Molecule tests (default, ubuntu2004) (push) Failing after 2m28s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m38s
test / Molecule tests (default, ubuntu2204) (push) Failing after 2m2s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m50s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m6s
19 lines
544 B
YAML
19 lines
544 B
YAML
---
|
|
# task/main file for install_docker
|
|
- name: "Import prerequisites.yml"
|
|
ansible.builtin.include_tasks: prerequisites.yml
|
|
|
|
- name: "Import install.yml"
|
|
ansible.builtin.include_tasks: install.yml
|
|
|
|
- name: "Import install_compose.yml"
|
|
ansible.builtin.include_tasks: install_compose.yml
|
|
when: install_docker_compose
|
|
|
|
- name: "Import install_python_docker.yml"
|
|
ansible.builtin.include_tasks: install_python_docker.yml
|
|
when: install_docker_python_packages
|
|
|
|
- name: "Import configure.yml"
|
|
ansible.builtin.include_tasks: configure.yml
|