diff --git a/fabrica b/fabrica index 9c75f7c..17e84d8 100755 --- a/fabrica +++ b/fabrica @@ -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