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
|
||||
|
||||
- name: Install PostgreSQL
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user