From 3ebcd4669df1331af3267cc39c57d8b796a0e4b6 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 18 Aug 2024 09:57:21 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20use=20fqcn=20for=20ini=5Ffile=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index bd3efb9..ccfbe3a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -27,7 +27,7 @@ when: not epel_repofile_result.stat.exists - name: Disable Main EPEL repo. - ini_file: + community.general.ini_file: path: "/etc/yum.repos.d/epel.repo" section: epel option: enabled