From cf7011d93cfb612f9a1aadc59f23b7ef93598d96 Mon Sep 17 00:00:00 2001 From: Julien Barbot Date: Wed, 7 Nov 2018 16:31:35 +0100 Subject: [PATCH] Update packages inside the container This prevents from package desynchronization, leading to half packages not installed. Change-Id: I11ef8a8f18e5b041b8c0c3c66b0792dad8361e28 Issue-ID: SDNC-443 Signed-off-by: Julien Barbot --- ansible-server/src/main/scripts/startAnsibleServer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible-server/src/main/scripts/startAnsibleServer.sh b/ansible-server/src/main/scripts/startAnsibleServer.sh index dd6f2a36..1d76b1a3 100644 --- a/ansible-server/src/main/scripts/startAnsibleServer.sh +++ b/ansible-server/src/main/scripts/startAnsibleServer.sh @@ -7,6 +7,7 @@ then pip install 'cherrypy<18.0.0' pip install requests + apt-get update -y apt-get -y install software-properties-common apt-add-repository -y ppa:ansible/ansible apt-get -y install ansible -- 2.16.6