Skip to content
Snippets Groups Projects
Commit d7746437 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Update repo to 7.6

Former-commit-id: ce97d233
parent 3289d4b9
No related branches found
No related tags found
No related merge requests found
# Place this file in your /etc/yum.repos.d/ directory
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=https://consistency0/epel/$releasever/$basearch/
enabled=0
gpgcheck=0
sslverify=false
......@@ -35,13 +35,14 @@
with_items:
- monashhpc_base.repo
- monashhpc_others.repo
- epel.repo
- name: get enabled repos
#shell: yum repolist | grep -v "repo id" | grep -v "Loaded plugins" | head -n -1 | cut -f 1 -d '/' | sed -s 's/\!//'
shell: yum repolist all | grep enabled | cut -f 1 -d '/' | sed -s 's/\!//'
register: repolist
check_mode: no
args:
args:
warn: False
- name: disable unwanted repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment