Disable repos for rsyslog
Need to ignore other repos, since RHEL75 ship rsyslog bits. Change-Id: I2685e60d3e8326cc2d0034c150b09c3b2f38b0f0
This commit is contained in:
parent
17e5ad6321
commit
0154aaeb0d
@ -49,6 +49,8 @@
|
||||
yum:
|
||||
name: "{{item}}"
|
||||
state: present
|
||||
disablerepo: "*"
|
||||
enablerepo: "CentOS-7-Base"
|
||||
become: true
|
||||
with_items:
|
||||
- rsyslog
|
||||
|
Loading…
Reference in New Issue
Block a user