added ansible

This commit is contained in:
Kevin Veen-Birkenbach 2021-11-14 14:12:24 +01:00
parent 25a4341a39
commit e35a8c8dbe
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ cp -rfv "$HOME_TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
info "Update packages..." &&
sudo pacman -Syyu || error "Package syncronisation failed."
info "Install ansible..." &&
sudo pacman -S ansible || error "Package syncronisation failed."
info "Synchronizing yay packages..." &&
install_yay_packages_if_needed "$(get_packages "client/yay/general")";