X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=installation%2Fansible-server%2Fsrc%2Fmain%2Fscripts%2FstartAnsibleServer.sh;fp=installation%2Fansible-server%2Fsrc%2Fmain%2Fscripts%2FstartAnsibleServer.sh;h=643bbab25392a46dad15302c3f5dc435ef4bcafa;hb=ab93e4f6de3d0cc8abb707f98fc11b376a70e6fe;hp=67af96232e9d64f402684f94155115defec6966c;hpb=1fea9e8e1f8e33607fe9bd1735b1b5cbf8100e27;p=sdnc%2Foam.git diff --git a/installation/ansible-server/src/main/scripts/startAnsibleServer.sh b/installation/ansible-server/src/main/scripts/startAnsibleServer.sh index 67af9623..643bbab2 100644 --- a/installation/ansible-server/src/main/scripts/startAnsibleServer.sh +++ b/installation/ansible-server/src/main/scripts/startAnsibleServer.sh @@ -5,6 +5,10 @@ then pip install PyMySQL pip install cherrypy pip install requests + + apt-get -y install software-properties-common + apt-add-repository -y ppa:ansible/ansible + apt-get -y install ansible date > /tmp/.ansible-server-installed 2>&1 fi