vagrant-ansible-local 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,10 +4,14 @@ This Vagrant plugin allow provisioning your VM with ansible playbooks directly f
4
4
 
5
5
  ## Installation
6
6
 
7
- install this vagrant plugin by running (won't work yet)
7
+ install this vagrant plugin by running
8
8
 
9
9
  vagrant plugin install vagrant-ansible-local
10
10
 
11
+ ## requirement
12
+
13
+ Your vagrant box should have ansible installed on it, if it's not the case you could use to shell provisioner to install it.
14
+
11
15
  ## Usage
12
16
 
13
17
  Configure your VagrantFile with the `ansibleLocal` provisioner:
@@ -60,9 +60,6 @@ module VagrantPlugins
60
60
  @extra_vars[k] = v.to_s
61
61
  end
62
62
  end
63
-
64
- puts("finalize")
65
- puts(@guest_folder)
66
63
  end
67
64
 
68
65
  def validate(machine)
@@ -56,8 +56,6 @@ module VagrantPlugins
56
56
 
57
57
 
58
58
  @machine.communicate.tap do |comm|
59
- @machine.env.ui.info(command, :new_line => true, :prefix => false)
60
-
61
59
  # Execute it with sudo
62
60
  comm.execute(command, sudo: config.privileged) do |type, data|
63
61
  if [:stderr, :stdout].include?(type)
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module AnsibleLocal
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-ansible-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: 551987535
80
+ hash: 519664431
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 551987535
89
+ hash: 519664431
90
90
  requirements: []
91
91
  rubyforge_project:
92
92
  rubygems_version: 1.8.24