7 lines
179 B
YAML
7 lines
179 B
YAML
|
---
|
||
|
- name: Include tasks only when the OS is Ubuntu
|
||
|
ansible.builtin.include_tasks: netplan.yml
|
||
|
when:
|
||
|
- "'Ubuntu' in ansible_distribution"
|
||
|
- netplan_configure is true
|