redhat-nfvpe / base-infra-bootstrap

Generic node bootstrap for virtual KVM or baremetal
Apache License 2.0
3 stars 4 forks source link

Update main.yml #56

Closed jonny-ervine closed 5 years ago

jonny-ervine commented 5 years ago

Add a condition that the epel-release package is installed only when the ansible_distribution is CentOS. Otherwise this fails and creates an error on Fedora.

dougbtv commented 5 years ago

Looks good Jonny -- thanks for the contribution!!