diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-15 20:28:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-15 20:28:40 +0000 |
commit | bf312812327b3f840d484113d26b3310502f5671 (patch) | |
tree | 43d6a1657c64ab1775b3f98c4b22ca6eb9afc55c | |
parent | 73046794f1d0b645bd430da893cc036ee26755b7 (diff) | |
parent | cf7011d93cfb612f9a1aadc59f23b7ef93598d96 (diff) |
Merge "Update packages inside the container"
-rw-r--r-- | ansible-server/src/main/scripts/startAnsibleServer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |