✨ initial commit
commit
5a86c31b88
@ -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"
|
Loading…
Reference in New Issue