diff options
Diffstat (limited to 'ansible-server/src/main/scripts/startAnsibleServer.sh')
-rw-r--r-- | ansible-server/src/main/scripts/startAnsibleServer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible-server/src/main/scripts/startAnsibleServer.sh b/ansible-server/src/main/scripts/startAnsibleServer.sh index dd6f2a36..9fe0b79e 100644 --- a/ansible-server/src/main/scripts/startAnsibleServer.sh +++ b/ansible-server/src/main/scripts/startAnsibleServer.sh @@ -3,10 +3,12 @@ exec &> >(tee -a "/var/log/ansible-server.log") if [ ! -f /tmp/.ansible-server-installed ] then + pip install 'more-itertools==5.0.0' pip install PyMySQL pip install 'cherrypy<18.0.0' pip install requests + apt-get update apt-get -y install software-properties-common apt-add-repository -y ppa:ansible/ansible apt-get -y install ansible |