Skip to content

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiklein committed Oct 20, 2024
1 parent ed1c74e commit fd9c97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ sudo true # Ensure ansible gets sudo access
if ! which ansible > /dev/null; then
log "Ansible not found; trying to install"
sudo apt-get update
sudo apt-get install -yyq software-properties-common
sudo apt-get update
sudo apt-get install -yyq ansible
fi

Expand Down

0 comments on commit fd9c97f

Please sign in to comment.