Add package list in board for compatibility Ansible 2.7
All checks were successful
continuous-integration/drone/push Build is passing

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 - name: Install postgresql package
apt: apt:
name: '{{item}}' name:
with_items: - postgresql
- postgresql - pgtop
- pgtop - libdbd-pg-perl
- libdbd-pg-perl

View file

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

View file

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