provisioners/ansible_local: Fix an obsolete comment
[ci skip]
This commit is contained in:
parent
dec09f350b
commit
9996ed6259
|
@ -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...")
|
||||||
|
|
Loading…
Reference in New Issue