1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 07:12:19 +02:00
infrastructure/playbooks/reprobuilds.yml

8 lines
166 B
YAML
Raw Normal View History

---
- name: common playbook for reproducible build workers
hosts: reproducible-builds
remote_user: root
roles:
- { role: sudo }
- { role: reprobuilds }