Skip to content
Snippets Groups Projects
Commit 59c502f6 authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'repo' into 'master'

Update repo to 7.6

See merge request hpc-team/ansible_cluster_in_a_box!245

Former-commit-id: 898db21d
parents ca64d921 d7746437
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