2023-04-11 21:32:34 +00:00
|
|
|
---
|
|
|
|
# task/main file for manage_netplan
|
|
|
|
- name: "Import install.yml"
|
|
|
|
ansible.builtin.include_tasks: install.yml
|
2023-04-14 18:31:23 +00:00
|
|
|
when: manage_netplan_install
|
2023-04-11 21:32:34 +00:00
|
|
|
|
|
|
|
- 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
|