From b3e95dd4b0f9265c70cba8adcacfc8196d6dc543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 23 May 2024 22:03:26 +0000 Subject: [PATCH] replace yum with dnf. fqcn[action-core] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tasks/packagemgmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/packagemgmt.yml b/tasks/packagemgmt.yml index 7f231d15..d4cf7e97 100644 --- a/tasks/packagemgmt.yml +++ b/tasks/packagemgmt.yml @@ -138,7 +138,7 @@ - "{{ epel7_signing_keys }}" - name: RHEL7 EPEL repo installation - ansible.builtin.yum: + ansible.builtin.dnf: name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state: present