I have installed Vagrant, VirtualBox and Ansible and trying to run provision over one host but it always returns \"skipping: no hosts matched\"
The head of my playbook f
Changing hosts to "all" worked for me.
--- - hosts: all user: vagrant sudo: yes