✨ initial commit
This commit is contained in:
commit
5a86c31b88
1 changed files with 7 additions and 0 deletions
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue