homeserver/playbooks/3_service/gitea.yml
mg 7e6284bc4f gitea: replace role (#519)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #519
2023-04-25 16:25:50 +02:00

6 lines
131 B
YAML

---
- hosts: gitea
roles:
- { role: mgrote.postfix, tags: "postfix" }
- { role: l3d.gitea, tags: "gitea", become: true }