Skip to content
Snippets Groups Projects
Commit 94913d10 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove faulty addition of EPEL repo (this can be done easier and is done...

fix: remove faulty addition of EPEL repo (this can be done easier and is done in the bootstrap role)
parent 904df461
No related branches found
No related tags found
No related merge requests found
...@@ -14,25 +14,11 @@ ...@@ -14,25 +14,11 @@
mode: "0644" mode: "0644"
when: "ansible_facts['distribution'] == 'Debian'" when: "ansible_facts['distribution'] == 'Debian'"
- name: configure RedHat repositories # - name: add SLUB-local repository
block: # template:
- name: add 'optional' repository # src: "etc/yum.repos.d/SLUB.repo"
# rhsm_repository: # dest: "/etc/yum.repos.d/SLUB.repo"
#state: "enabled" # owner: "root"
#name: "rhel-{{ ansible_distribution_major_version }}-server-optional-rpms" # group: "root"
yum_repository: # mode: "0644"
name: "epel" # when: ansible_os_family == "RedHat"
description: "EPEL repo"
baseurl: "https://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
gpgkey: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7Server"
state: "present"
enabled: true
# - name: add SLUB-local repository
# template:
# src: "etc/yum.repos.d/SLUB.repo"
# dest: "/etc/yum.repos.d/SLUB.repo"
# owner: "root"
# group: "root"
# mode: "0644"
when: ansible_os_family == "RedHat"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment