Module: VagrantPlugins::AnsibleLocal
- Defined in:
- lib/vagrant-ansible-local.rb,
lib/vagrant-ansible-local/config.rb,
lib/vagrant-ansible-local/plugin.rb,
lib/vagrant-ansible-local/provisioner.rb
Defined Under Namespace
Classes: Config, Plugin, Provisioner
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
12 13 14 |
# File 'lib/vagrant-ansible-local.rb', line 12 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |