6 lines
73 B
YAML
Executable file
6 lines
73 B
YAML
Executable file
---
|
|
- name: Neplan update
|
|
hosts: all
|
|
roles:
|
|
- netplan_update
|
|
...
|