Skip to content
Snippets Groups Projects
Commit 07e50f41 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge branch 'fixRHEL_EPELreponame' into 'master'

Fix rhel epe lreponame

See merge request !434
parents 156ff746 083ed111
No related branches found
No related tags found
1 merge request!434Fix rhel epe lreponame
......@@ -7,7 +7,7 @@
become_user: root
- name: install collectd - RHEL7
yum: name=collectd state=present enablerepo="Monash_University_EPEL7_EPEL_7_-_x86_64"
yum: name=collectd state=present enablerepo="org_monash_uni_EPEL_7_EPEL_7_-_x86_64"
when:
- '"DGX" in ansible_product_name'
- '"RedHat" in ansible_distribution'
......
......@@ -36,7 +36,7 @@
exclude: "{{ excludes|join(',') }}"
update_cache: yes
state: present
enablerepo: Monash_University_EPEL7_EPEL_7_-_x86_64
enablerepo: "org_monash_uni_EPEL_7_EPEL_7_-_x86_64"
become: true
become_user: root
when:
......
......@@ -19,7 +19,7 @@
yum:
state: present
update_cache: yes
enablerepo: "Monash_University_EPEL7_EPEL_7_-_x86_64"
enablerepo: "org_monash_uni_EPEL_7_EPEL_7_-_x86_64"
name:
- lua
- lua-filesystem
......
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