initial commit

This commit is contained in:
neingeist 2022-02-25 16:56:32 +01:00
commit 5a86c31b88

7
tasks/main.yml Normal file
View file

@ -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"