manage_netplan/molecule/with_custom_config/converge.yml
Bertrand Lanson 30ce327d55
All checks were successful
test / Linting (push) Successful in 18s
test / Molecule tests (default, debian11) (push) Successful in 47s
test / Molecule tests (default, debian12) (push) Successful in 53s
test / Molecule tests (default, ubuntu2204) (push) Successful in 49s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m21s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 45s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 49s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 51s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 46s
feat: remove become from role
2023-12-03 17:48:46 +01:00

9 lines
176 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.manage_netplan"
ansible.builtin.include_role:
name: "ednxzu.manage_netplan"