gitea: change apt to new syntax

This commit is contained in:
Markus 2020-10-05 08:38:36 +02:00
parent 16a66b5731
commit 6f2267ce56
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@
- Restart gitea - Restart gitea
- name: Install PostgreSQL - name: Install PostgreSQL
apt: name={{ item }} apt:
with_items: name:
- postgresql - postgresql
- python-psycopg2 - python-psycopg2
- name: Configure PostgreSQL database - name: Configure PostgreSQL database
postgresql_db: name={{ gitea_dbname }} postgresql_db: name={{ gitea_dbname }}