Merge pull request #7536

This commit is contained in:
Gilles Cornu 2016-10-10 23:03:00 +02:00
commit 26e8bdc1f1
No known key found for this signature in database
GPG Key ID: F6BC2CF7E1FE8FFF
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module VagrantPlugins
# Check that ansible binaries are well installed on the guest,
@machine.communicate.execute(
"ansible-galaxy info --help && ansible-playbook --help",
'test -x "$(command -v ansible-galaxy)" && test -x "$(command -v ansible-playbook)"',
error_class: Ansible::Errors::AnsibleNotFoundOnGuest,
error_key: :ansible_not_found_on_guest
)