[copr][base] enable epel for non-fedora hosts

This commit is contained in:
Valentin Gologuzov 2015-07-21 16:41:56 +02:00
parent 9a00fd92a0
commit 24ff6c0cc9

View file

@ -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