provisioners/ansible_local: Fix an obsolete comment

[ci skip]
This commit is contained in:
Gilles Cornu 2017-09-01 18:24:01 +02:00
parent dec09f350b
commit 9996ed6259
No known key found for this signature in database
GPG Key ID: F6BC2CF7E1FE8FFF
1 changed files with 4 additions and 6 deletions

View File

@ -30,12 +30,10 @@ module VagrantPlugins
# requested, and so on. This method will raise exceptions if things are wrong. # requested, and so on. This method will raise exceptions if things are wrong.
# #
# Current limitations: # Current limitations:
# - The installation of a specific Ansible version is not supported. # - The installation of a specific Ansible version is only supported by
# Such feature is difficult to systematically provide via package repositories (apt, yum, ...). # the "pip" install_mode.
# Installing via pip python packaging or directly from github source would be appropriate, # - There is no abslute guarantee that the automated installation will replace
# but these approaches require more dependency burden. # a previous Ansible installation (although it works fine in many cases)
# - There is no guarantee that the automated installation will replace
# a previous Ansible installation.
# #
def check_and_install_ansible def check_and_install_ansible
@logger.info("Checking for Ansible installation...") @logger.info("Checking for Ansible installation...")