Files
ansible-lab/playbooks/patching.yml

10 lines
92 B
YAML

---
- name: Patch Linux servers
hosts:
- all
become: true
roles:
- patching