service-ansible/nightly.yaml

7 lines
92 B
YAML

---
- name: "Update services automatically"
hosts: commonupdate
roles:
- update
...