10 lines
92 B
YAML
10 lines
92 B
YAML
---
|
|
- name: Patch Linux servers
|
|
hosts:
|
|
- all
|
|
become: true
|
|
|
|
roles:
|
|
- patching
|
|
|