Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
ensure ansible install requires sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Jean committed Feb 4, 2022
1 parent 2f3727e commit f040a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install_ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ $? == 0 ]; then
exit 0
fi

apt update
apt install -y software-properties-common make
add-apt-repository --yes --update ppa:ansible/ansible
apt install -y ansible
sudo apt update
sudo apt install -y software-properties-common make
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install -y ansible

0 comments on commit f040a23

Please sign in to comment.