-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi, Thanks for this awesome plugin
I am facing one wierd issue, regarding vai and vaI
Below is an excerpt of Vagrant file.
end
# starting provisionig only after all nodes are up
if i == node_count
config.vm.provision "ansible" do |ansible|
ansible.playbook = "prereq.yaml"
ansible.limit = "all"
ansible.verbose = "v"
ansible.groups = {
"dp-yarn-master" => ["master"],
"dp-yarn-slave" => ["node-[1:#{node_count}]"],
"[dp-yarn:children]" => ["dp-yarn-master", "dp-yarn-slave"]
}
}
end
end
if I do vai from line number 15, isn't it supposed to select line number 16 also?
But vaI is working as expected.
Metadata
Metadata
Assignees
Labels
No labels