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
To keep my repo nice and clean, I'm placing my Ansible Playbooks in a subdirectory in my Vagrantfile location's directory. But when referring to these files in the Vagrantfile with:
# Provisioning
config.vm.provision :guest_ansible do |ansible|
ansible.playbook = "provisioning/base.yml"
ansible.sudo = true
end
To keep my repo nice and clean, I'm placing my Ansible Playbooks in a subdirectory in my Vagrantfile location's directory. But when referring to these files in the Vagrantfile with:
I get the error:
Is it possible to add this as a feature?
The text was updated successfully, but these errors were encountered: