Do not run yum update after insztallinmg repo

This commit is contained in:
Tobias Herre 2023-11-01 22:11:41 +01:00
parent 9d120728de
commit 0d9b9a7cd5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ classes:
commands:
install_yum_repo::
"wget"
args => "-qO /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-$(sys.os_version_major)/rspamd.repo && rpm --import https://rspamd.com/rpm-stable/gpg.key && yum update -y",
args => "-qO /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-$(sys.os_version_major)/rspamd.repo && rpm --import https://rspamd.com/rpm-stable/gpg.key ",
contain => wmde_cmd_useshell;