10 lines
105 B
YAML
10 lines
105 B
YAML
|
---
|
||
|
|
||
|
- name: Update the system
|
||
|
hosts: pibox
|
||
|
become: true
|
||
|
roles:
|
||
|
- role: apt-update-system
|
||
|
|
||
|
...
|