You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% vagrant provision==> [my_project]: [vagrant-hostsupdater] Checking for host entries
==> [my_project]: [vagrant-hostsupdater] found entry for: 192.168.33.11 [my_project]
==> [my_project]: Running provisioner: ansible_local...
Vagrant has automatically selected the compatibility mode '2.0'
according to the Ansible version installed (2.2.0.0).
Alternatively, the compatibility mode can be specified in your Vagrantfile:
https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode
[my_project]: Running ansible-playbook...
ERROR! 'import_playbook' is not a valid attribute for a Play
The error appears to have been in '/vagrant/provision/playbook.yml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
---
- import_playbook: playbooks/commands.yml
^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, vccw-team.
I have a vagrant provisioning problem, please help.
I bumped VCCW version to v3.16.1 from v3.3.2.
Like this.
Generating or Modify 9 files.
And
vagrant provision
, but it is failed.Thanks.
The text was updated successfully, but these errors were encountered: