Skip to content
Snippets Groups Projects
Commit 6f0174cf authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

use python3.5 on ansible worker to deploy webserver

because ansible does not support python3.4 anymore, and this 
causes this on deployment:
https://github.com/ansible/ansible/issues/24180
Former-commit-id: 5448751bd777f3f2d9b60dea313cf8fa2305fedc
parent e2fe5cba
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,9 @@ deploy-webserver:
script:
- yum install -y epel-release
- yum install -y gcc
- yum install -y python34-pip python34-devel
- wget https://centos7.iuscommunity.org/ius-release.rpm
- rpm -Uvh ius-release*.rpm
- yum install -y python35u python35u-libs python35u-devel python35u-pip
- pip3 install ansible
- cd ansible
- whoami
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment