5 lines
105 B
YAML
5 lines
105 B
YAML
|
---
|
||
|
- name: netplan apply # noqa no-changed-when
|
||
|
become: true
|
||
|
ansible.builtin.command: netplan apply
|