Files
ansible-semaphore/Playbooks/machine-update/update-machines.yaml
2025-06-22 18:45:41 +02:00

11 lines
211 B
YAML

---
- hosts: fedora
tasks:
- name: Update fedora hosts
include_tasks: update-fedora-hosts.yaml
- hosts: debian
tasks:
- name: Update debian hosts
include_tasks: update-debian-hosts.yaml