mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Stop updating libmodulemd1 as part of the MBS upgrade playbooks
MBS now uses libmodulemd2 from EPEL, so upgrade libmodulemd should be a conscious decision.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
07b608f245
commit
3ad1d35ea0
@@ -18,7 +18,6 @@
|
||||
package:
|
||||
name:
|
||||
- module-build-service
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
state: latest
|
||||
when: not testing
|
||||
@@ -26,7 +25,6 @@
|
||||
yum:
|
||||
name:
|
||||
- module-build-service
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
state: latest
|
||||
enablerepo: infrastructure-tags-stg
|
||||
@@ -52,7 +50,6 @@
|
||||
package:
|
||||
name:
|
||||
- module-build-service
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
state: latest
|
||||
when: not testing
|
||||
@@ -60,7 +57,6 @@
|
||||
yum:
|
||||
name:
|
||||
- module-build-service
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
state: latest
|
||||
enablerepo: infrastructure-tags-stg
|
||||
|
||||
Reference in New Issue
Block a user