Module: VagrantPlugins::AnsibleTags
- Defined in:
- lib/vagrant-ansible-tags.rb,
lib/vagrant-ansible-tags/plugin.rb,
lib/vagrant-ansible-tags/version.rb,
lib/vagrant-ansible-tags/command/up.rb,
lib/vagrant-ansible-tags/command/provision.rb,
lib/vagrant-ansible-tags/action/inject_ansible_tags.rb
Defined Under Namespace
Modules: Action, Command Classes: Plugin
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/vagrant-ansible-tags.rb', line 6 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |