drone: change apt to new syntax

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

View File

@ -11,10 +11,10 @@
notify: Restart drone notify: Restart drone
- 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={{ drone_dbname }} postgresql_db: name={{ drone_dbname }}