gitea: change apt to new syntax
This commit is contained in:
parent
16a66b5731
commit
6f2267ce56
@ -27,8 +27,8 @@
|
|||||||
- Restart gitea
|
- Restart gitea
|
||||||
|
|
||||||
- name: Install PostgreSQL
|
- name: Install PostgreSQL
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user