forked from infra/ansible
drone: change apt to new syntax
This commit is contained in:
parent
b519f6de07
commit
16a66b5731
@ -11,8 +11,8 @@
|
|||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user