commit 5a86c31b884231990a8dad9ca2b2ae06ddf61c07 Author: neingeist Date: Fri Feb 25 16:56:32 2022 +0100 ✨ initial commit 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"