From 5a86c31b884231990a8dad9ca2b2ae06ddf61c07 Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 25 Feb 2022 16:56:32 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20initial=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/main.yml diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..c0b9e5f --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,7 @@ +- name: enable powertools (rocky) + community.general.ini_file: + path: /etc/yum.repos.d/Rocky-PowerTools.repo + section: powertools + option: enabled + value: "1" + when: ansible_distribution == "Rocky"