Michael Grote
4a507b9dc6
Reviewed-on: #610 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
6 lines
179 B
YAML
6 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
|