1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 06:36:08 +02:00

Add syncrepo and sogrep roles to dragon

These are required for a working build server.
This commit is contained in:
Evangelos Foutras 2019-03-20 02:19:21 +02:00
parent 6b0bbe5626
commit 48a61e5063

View File

@ -11,4 +11,6 @@
- { role: root_ssh, tags: ['root_ssh'] }
- { role: archusers, tags: ['archusers'] }
- { role: sudo, tags: ['sudo', 'archusers'] }
- { role: syncrepo, tags: ['syncrepo'] }
- { role: sogrep, tags: ['sogrep'] }
- { role: archbuild, tags: ['archbuild'] }