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

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


12
13
14
# File 'lib/vagrant-ansible-local.rb', line 12

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end