Skip to content

Commit

Permalink
Update summon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Quynh-Nguyen committed Nov 19, 2021
1 parent 51b90e5 commit 918f716
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions summon.sh
Expand Up @@ -23,8 +23,13 @@ echo "====================="
echo "Setting up your MacOS"
echo "====================="

sudo easy_install pip3
sudo pip3 install ansible
brew install python3
python3 -m pip install ansible

echo "=============="
echo "Verify Ansible"
echo "=============="
ansible --version

echo "========================"
echo "Clone Ansible Repository"
Expand Down

0 comments on commit 918f716

Please sign in to comment.