vagrant/test/unit/plugins
Gilles Cornu ab036ddd0b provisioners/ansible: don't format raw_arguments
With cb80286a4a, the helper function
stringify_ansible_playbook_command was also applied on the
`raw_arguments` content, which is not wanted. Given that users have used
the `raw_arguments` option as a workaround to avoid the bug GH-6726,
this new change ensure that any `--extra-vars` option passed as a raw
argument won't be additonally enquoted by the ansible_local
provisioner.

This change also improves the ansible remote provisioner verbose output,
but has no impact on its behaviour, which was already correct.

Note that this refactoring introduces some code duplications that are not
very elegant (see ansible_playbook_command_for_shell_execution in
host.rb and execute_ansible_playbook_from_host in base.rb). I hope we
can find a better implementation later, but it is good enough for now
since all these parts are covered by corresponding unit tests (the
`ansible_local` stuff being tested via the verbose output of the ansible
remote provisioner).
2016-04-20 23:50:42 +02:00
..
commands Revert "Escape identify file path" 2016-02-02 09:38:53 -05:00
communicators/winrm powershell and cmd calls should use commnand_executor to reuse oprn winrm shell 2016-01-27 11:59:10 -08:00
guests remove failing test that was brittle 2015-11-23 12:11:48 -08:00
hosts/darwin/cap Add extra_args cap for darwin rdp 2016-02-03 10:03:57 -05:00
kernel_v2/config kernel/v2: fix a bug in WinRM port forwarding 2015-11-23 18:51:12 +01:00
providers Merge pull request #6662 from lukebakken/fixes/lrb/gh-4503-hyper-v-admin-privs 2015-12-14 15:56:55 -08:00
provisioners provisioners/ansible: don't format raw_arguments 2016-04-20 23:50:42 +02:00
pushes Always use a string for Vagrantfile version 2016-02-02 09:43:28 -05:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -07:00