postgresql: syntax and whitespaces

This commit is contained in:
Jérémy Lecour 2017-05-19 23:58:24 +02:00
parent d6ff9a2750
commit b684806297
2 changed files with 9 additions and 7 deletions

View file

@ -3,4 +3,6 @@
- name: Install postgresql package
apt:
name: '{{item}}'
with_items: ['postgresql-{{postgresql_version}}', 'ptop']
with_items:
- "postgresql-{{postgresql_version}}"
- ptop