From 3f87ef6d279131c204ec253e03ed80bddee64762 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 30 Sep 2021 17:04:26 +0000 Subject: [PATCH] Use dnf instead of yum --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 81b2846..bd72edc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -9,7 +9,7 @@ sudo /bin/true git pull git submodule update --init --recursive if ! rpm -q ansible > /dev/null; then - sudo yum -y install ansible + sudo dnf -y install ansible fi # run playbook