forked from infra/ansible
gitea: change apt to new syntax
This commit is contained in:
parent
16a66b5731
commit
6f2267ce56
@ -27,10 +27,10 @@
|
||||
- Restart gitea
|
||||
|
||||
- name: Install PostgreSQL
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ gitea_dbname }}
|
||||
|
Loading…
Reference in New Issue
Block a user