From 5996a176d5f54f9b221208582848b2331fd3729d Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 9 Oct 2019 13:25:32 +1100 Subject: [PATCH] DCD-686: We need postgres installed for client utils. --- bin/install-ansible | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/install-ansible b/bin/install-ansible index 196562e..98189a5 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -4,7 +4,9 @@ set -e source /etc/os-release if [[ $ID = "amzn" ]]; then + amazon-linux-extras enable postgresql9.6 yum install -y \ + postgresql \ python3-devel \ python3-pip \ python2-boto3 \