Disable repo report upload on yum systems
This commit is contained in:
parent
11d89c213c
commit
2122154202
@ -26,3 +26,12 @@
|
|||||||
path: /etc/yum/pluginconf.d/subscription-manager.conf
|
path: /etc/yum/pluginconf.d/subscription-manager.conf
|
||||||
create: yes
|
create: yes
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Disable yum repo report upload
|
||||||
|
become: true
|
||||||
|
lineinfile:
|
||||||
|
regex: enabled=1
|
||||||
|
line: enabled=0
|
||||||
|
path: /etc/yum/pluginconf.d/enabled_repos_upload.conf
|
||||||
|
create: yes
|
||||||
|
state: present
|
||||||
|
Reference in New Issue
Block a user