diff --git a/playbooks/3_service/git.yml b/playbooks/3_service/git.yml index 86582928..7f31daab 100644 --- a/playbooks/3_service/git.yml +++ b/playbooks/3_service/git.yml @@ -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"