commit e1101e6234d7c9f08960dc864fdeb13ace3cbc85
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 6 18:25:05 2021 +0200
Disable yumrepos base repos
tasks/yumrepos.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml
index 6ed69d3..3fa0ac6 100644
--- a/tasks/yumrepos.yml
+++ b/tasks/yumrepos.yml
@@ -33,6 +33,7 @@
- config
- packages
- yumrepos
+ when: False
- name: put rhel repos on rhel systems (power9)
copy: src="{{ files }}/common/rhel{{ ansible_distribution_major_version|int
}}-power9.repo" dest="/etc/yum.repos.d/rhel{{
ansible_distribution_major_version|int }}.repo"
@@ -65,6 +66,7 @@
- config
- packages
- yumrepos
+ when: False
- name: put epel repos on el systems (aws)
copy: src="{{ files }}/common/original-epel{{
ansible_distribution_major_version|int }}.repo" dest="/etc/yum.repos.d/epel{{
ansible_distribution_major_version|int }}.repo"