Use dnf instead of yum
This commit is contained in:
parent
c606d73a19
commit
3f87ef6d27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue