Use dnf instead of yum

This commit is contained in:
Timo Makinen 2021-09-30 17:04:26 +00:00
parent c606d73a19
commit 3f87ef6d27

View file

@ -9,7 +9,7 @@ sudo /bin/true
git pull git pull
git submodule update --init --recursive git submodule update --init --recursive
if ! rpm -q ansible > /dev/null; then if ! rpm -q ansible > /dev/null; then
sudo yum -y install ansible sudo dnf -y install ansible
fi fi
# run playbook # run playbook