From dc19682f65a026ca0bf8b431b8b32a73c065b7af Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 24 Mar 2021 10:43:27 +0100 Subject: [PATCH] Adding ansible install for manjaro to --- fabrica | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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