Skip to content

Commit

Permalink
Fixes repo filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed May 10, 2017
1 parent 2b6a694 commit 7e52e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/deploy-rock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
enabled: "{{ rock_online_install }}"
description: "CentOS-$releasever - {{ item.name | title }}"
mirrorlist: "{{ item.mirror }}"
file: CentOS-Base.repo
file: CentOS-Base
with_items:
- { name: base, mirror: "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra" }
- { name: updates, mirror: "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra" }
Expand Down

0 comments on commit 7e52e7a

Please sign in to comment.