From 9996ed6259588eab648e01082a3c046d0c144686 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Fri, 1 Sep 2017 18:24:01 +0200 Subject: [PATCH] provisioners/ansible_local: Fix an obsolete comment [ci skip] --- plugins/provisioners/ansible/provisioner/guest.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/provisioners/ansible/provisioner/guest.rb b/plugins/provisioners/ansible/provisioner/guest.rb index ea8d89603..60169cb11 100644 --- a/plugins/provisioners/ansible/provisioner/guest.rb +++ b/plugins/provisioners/ansible/provisioner/guest.rb @@ -30,12 +30,10 @@ module VagrantPlugins # requested, and so on. This method will raise exceptions if things are wrong. # # Current limitations: - # - The installation of a specific Ansible version is not supported. - # Such feature is difficult to systematically provide via package repositories (apt, yum, ...). - # Installing via pip python packaging or directly from github source would be appropriate, - # but these approaches require more dependency burden. - # - There is no guarantee that the automated installation will replace - # a previous Ansible installation. + # - The installation of a specific Ansible version is only supported by + # the "pip" install_mode. + # - There is no abslute guarantee that the automated installation will replace + # a previous Ansible installation (although it works fine in many cases) # def check_and_install_ansible @logger.info("Checking for Ansible installation...")