DCD-386: Remove use of amazon-linux-extras command as it breaks in a clean virtualenv; psql isn't actually used, and can be installed manually if needed.

This commit is contained in:
Steve Smith
2019-06-13 16:14:20 +10:00
parent b12d204267
commit 1c706c8cc5
2 changed files with 0 additions and 7 deletions

View File

@@ -10,9 +10,3 @@
yum:
name:
- dejavu-fonts-common # Required by the installer
# Amazon Linux 2 supplies extra packages via a special command.
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
args:
creates: /usr/bin/psql

View File

@@ -11,5 +11,4 @@
- name: Install other base packages on Ubuntu
package:
name:
- postgresql-client
- fonts-dejavu-core # Required by installer