Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Remove enabling yum repos from common role
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Apr 5, 2016
1 parent c15a32e commit 3ebf803
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@
tags:
- bootstrap

- name: enable yum repos
sudo: yes
copy:
src: "{{ item }}"
dest: "/etc/yum.repos.d/{{ item }}"
with_items:
- asteris-mantl-rpm.repo
- ciscocloud-rpm.repo

- name: install system utilities
sudo: yes
yum:
Expand Down

0 comments on commit 3ebf803

Please sign in to comment.