manage_netplan/tasks/main.yml
Bertrand Lanson 67666c1c5e
Some checks failed
test / Linting (push) Failing after 9s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_custom_config, debian11) (push) Has been skipped
test / Molecule tests (with_custom_config, debian12) (push) Has been skipped
test / Molecule tests (with_custom_config, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_custom_config, ubuntu2204) (push) Has been skipped
remove auto-install dependencies, to make roles more standard
2023-07-30 14:49:57 +02:00

13 lines
354 B
YAML

---
# task/main file for manage_netplan
- name: "Import install.yml"
ansible.builtin.include_tasks: install.yml
when: manage_netplan_install
- name: "Import remove_existing.yml"
ansible.builtin.include_tasks: remove_existing.yml
when: manage_netplan_remove_existing
- name: "Import configure.yml"
ansible.builtin.include_tasks: configure.yml