Skip to content

Commit

Permalink
fix(bootstrap): correct spelling of ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Jul 5, 2024
1 parent ada363f commit 6122c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo '. "$HOME/.asdf/completions/asdf.bash"' >> "$HOME/.bashrc"
#
# Install Ansible via asdf
#
"$HOME/.asdf/bin/asdf" plugin add ansile-base
"$HOME/.asdf/bin/asdf" plugin add ansible-base
"$HOME/.asdf/bin/asdf" install ansible-base 2.10.17
"$HOME/.asdf/bin/asdf" global ansible-base 2.10.17

Expand Down

0 comments on commit 6122c8b

Please sign in to comment.