Add package list in board for compatibility Ansible 2.7
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2020-01-09 15:39:46 +01:00
parent 12cdf35126
commit c4ede03f3a
3 changed files with 8 additions and 11 deletions

View File

@ -2,8 +2,7 @@
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
- pgtop
- libdbd-pg-perl
name:
- postgresql
- pgtop
- libdbd-pg-perl

View File

@ -2,8 +2,7 @@
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
- ptop
- libdbd-pg-perl
name:
- postgresql
- ptop
- libdbd-pg-perl

View File

@ -2,4 +2,3 @@
- name: Install PostGIS extention
apt:
name: postgis
state: present