provisioners/ansible: remove erroneous comment

[ci skip]
This commit is contained in:
Gilles Cornu 2015-12-07 22:28:23 +01:00
parent 9f3ebef810
commit 850716b220
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ module VagrantPlugins
module RedHat
module AnsibleInstall
# This should work on recent Fedora releases, and any other members of the
# RedHat family which supports YUM and http://fedoraproject.org/wiki/EPEL
def self.ansible_install(machine)
epel = machine.communicate.execute("#{yum_dnf(machine)} repolist epel | grep -q epel", :error_check => false)