This commit is contained in:
Michael Grote 2024-10-23 21:07:20 +02:00
parent 410088295c
commit 620c55124d

View file

@ -2,7 +2,11 @@
- hosts: git - hosts: git
roles: roles:
- role: geerlingguy.postgresql - role: geerlingguy.postgresql
tags: "db" tags:
- db
- postgres
- psql
- postgresql
become: true become: true
- role: roles-ansible.gitea - role: roles-ansible.gitea
tags: "gitea" tags: "gitea"