Adding ansible install for manjaro to

This commit is contained in:
Philippe Caseiro 2021-03-24 10:43:27 +01:00
parent f6f9af8dc2
commit dc19682f65
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function install_hashicorp_tools()
ansible_version="2.10.2"
if [[ ${DISTRIB_ID} == "ManjaroLinux" ]]
then
pacman -Syq make terraform packer --noconfirm
pacman -Syq make ansible terraform packer --noconfirm
return ${?}
elif [[ ${DISTRIB_ID} == "Ubuntu" ]]
then