Skip to content

Commit

Permalink
Summit to Ansiblefest Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart R. Kirk committed Oct 14, 2020
1 parent fd7a7f8 commit 6dbd629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-scripts/provision-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo "*************************************************************G************
runuser -l student -c "pip-2.7 install --upgrade --user pyOpenSSL"
runuser -l student -c "pip-2.7 install --upgrade --user podman"
runuser -l student -c "pip-2.7 install --user cryptography==2.9.2"
runuser -l student -c "pip-2.7 install --user ansible==2.10.1[azure]"
runuser -l student -c "pip-2.7 install --user ansible==2.10.1"
pip-2.7 install --upgrade selinux
find /usr/lib/python2.7/site-packages -type f -exec chmod 644 {} +
find /usr/lib/python2.7/site-packages -type d -exec chmod 755 {} +
Expand Down

0 comments on commit 6dbd629

Please sign in to comment.