apt-cacher-ng was moved to epel.
epel-testing can cause conflict when enabled on the repo server. This patch only deactivate epel-testing repo. Change-Id: If900d5db8b23e92d0b0eec49a75787379b020c97 Closes-Bug: #1719741
This commit is contained in:
parent
e3245796e0
commit
f4f1359180
@ -13,12 +13,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: Enable epel-testing repository for cacher packages
|
||||
yum_repository:
|
||||
name: epel-testing
|
||||
enabled: yes
|
||||
mirrorlist: 'http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel7&arch=$basearch'
|
||||
description: 'EPEL Testing Repository'
|
||||
- name: Disable epel-testing repository for cacher packages
|
||||
command: yum-config-manager --disable epel-testing
|
||||
when:
|
||||
- ansible_pkg_mgr == 'yum'
|
||||
tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user