diff --git a/tasks/repo_cacher.yml b/tasks/repo_cacher.yml index ec2f102..dea24ba 100644 --- a/tasks/repo_cacher.yml +++ b/tasks/repo_cacher.yml @@ -13,13 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Disable epel-testing repository for cacher packages - command: yum-config-manager --disable epel-testing - when: - - ansible_pkg_mgr == 'yum' - tags: - - repo_server-install - - name: Install repo caching server packages package: name: "{{ repo_pkg_cache_server_distro_packages }}" diff --git a/templates/acng.conf.j2 b/templates/acng.conf.j2 index 8ff9138..0f46514 100644 --- a/templates/acng.conf.j2 +++ b/templates/acng.conf.j2 @@ -11,7 +11,6 @@ Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # incomplete, Remap-sfnet: file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please create this file or specify preferred mirrors here Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch Linux Remap-fedora: file:fedora_mirrors # Fedora Linux -Remap-epel: file:epel_mirrors # Fedora EPEL Remap-slrep: file:sl_mirrors # Scientific Linux Remap-centos: file:centos_mirrors /centos #centos ReportPage: acng-report.html