[copr][base] enable epel for non-fedora hosts
This commit is contained in:
parent
9a00fd92a0
commit
24ff6c0cc9
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
# tags:
|
||||
# - config
|
||||
|
||||
- name: enable epel for non-fedora hosts
|
||||
yum: state=present pkg="epel-release"
|
||||
when: not is_fedora
|
||||
|
||||
- name: copy .forward file
|
||||
copy: src="{{ _forward_src }}" dest="/root/.forward" owner=root group=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue