vagrant/plugins/provisioners/ansible/config
Gilles Cornu e47deb7fd0
ansible: Fix broken 'ask_sudo_pass' option
This bug (invalid method call) hasn't been caught by unit tests because
Vagrant::Plugin::V2::Config catches all invalid/bad configuration calls
and save them for generating error messages during the "validate" stage.
This way, the `ask_sudo_pass=(value)` method was not interrupted and the
`@ask_become_pass` attribute was (surprisingly) correctly set (allowing
the related unit tests to pass).

In order to avoid similar problem to happen again, the deprecation
message output is now fully verified.
2017-11-09 18:17:04 +01:00
..
base.rb provisioners/ansible: Move `version` to common options 2017-09-06 17:12:35 +02:00
guest.rb provisioners/ansible: Move `version` to common options 2017-09-06 17:12:35 +02:00
host.rb ansible: Fix broken 'ask_sudo_pass' option 2017-11-09 18:17:04 +01:00