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

python3.5 pip binary is pip3.5 for ius

Former-commit-id: 24c9854df409d9ebc12c74393e148d89eaff0a71
parent 6b908187
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ deploy-webserver:
- 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
- pip3.5 install ansible
- cd ansible
- whoami
- ansible-playbook -vvv -i ./hosts_deploy deploy.yaml --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
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