dfgg
This commit is contained in:
parent
410088295c
commit
620c55124d
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
|||
- hosts: git
|
||||
roles:
|
||||
- role: geerlingguy.postgresql
|
||||
tags: "db"
|
||||
tags:
|
||||
- db
|
||||
- postgres
|
||||
- psql
|
||||
- postgresql
|
||||
become: true
|
||||
- role: roles-ansible.gitea
|
||||
tags: "gitea"
|
||||
|
|
Loading…
Reference in a new issue