ansible/git-ci.yaml

6 lines
120 B
YAML

---
- hosts: git-ci
roles:
- { role: "common", tags: [ "common" ] }
- { role: "git-ci", tags: [ "git-ci" ] }