From b9198dcc7d8f6fc34ece8e90f53d1e968fabccc8 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 31 Oct 2020 15:51:16 +0100 Subject: [PATCH] Install dependency for ansible on Fedora from RPM Closes #6 Signed-off-by: Matej Focko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c57160..43d9878 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ deps: ansible-galaxy collection install community.general fedora-deps: - sudo dnf install -y ansible # ansible-collection-community-general + sudo dnf install -y ansible ansible-collection-community-general gpg: bash scripts/generate_gpg.sh