Unverified Commit c9602085 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3532 from keshavprasadms/release-5.0.0

fix: revert ansible to 2.8.19
Showing with 1 addition and 1 deletion
+1 -1
...@@ -70,7 +70,7 @@ rm -rf node-v6.17.1-linux-x64* ...@@ -70,7 +70,7 @@ rm -rf node-v6.17.1-linux-x64*
echo -e "\n\e[0;32m${bold}Installating Ansible${normal}" echo -e "\n\e[0;32m${bold}Installating Ansible${normal}"
pip uninstall -y ansible pip uninstall -y ansible
pip3 install ansible==2.10.7 pip3 install ansible==2.8.19
echo -e "\n\e[0;32m${bold}Installating azure cli${normal}" echo -e "\n\e[0;32m${bold}Installating azure cli${normal}"
apt-get install ca-certificates curl apt-transport-https lsb-release gnupg apt-get install ca-certificates curl apt-transport-https lsb-release gnupg
......
Supports Markdown
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