Add the infrastructure-testing.repo to ansible.
This commit is contained in:
parent
2cc804b346
commit
7852834ad5
2 changed files with 11 additions and 1 deletions
7
files/common/infrastructure-testing.repo
Normal file
7
files/common/infrastructure-testing.repo
Normal file
|
@ -0,0 +1,7 @@
|
|||
[infrastructure-testing]
|
||||
name=Extras Packages from Fedora Infrastructure $releasever - $basearch - Testing
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/testing/$releasever/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE
|
||||
|
|
@ -11,7 +11,10 @@
|
|||
- packages
|
||||
|
||||
- name: add infrastructure repo
|
||||
action: copy src=$files/common/infrastructure.repo dest=/etc/yum.repos.d/infrastructure.repo
|
||||
action: copy src=$files/common/$item dest=/etc/yum.repos.d/$item
|
||||
with_items:
|
||||
- infrastructure.repo
|
||||
- infrastructure-testing.repo
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue