vagrant-ansible_inventory 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcca8d0ad9622d35a0eaa52d56d51c39a67a4558
4
- data.tar.gz: 6e42679961730ac630312264f4d69daf881cdca2
3
+ metadata.gz: 93275ec2e6ee134a6d78e0f6b4563da8307419be
4
+ data.tar.gz: 98445025af2e519e3eb21db7d66cf8cd22be561e
5
5
  SHA512:
6
- metadata.gz: 9887708fbfe36c554c269926b47ae194462556a6bd21fda6eae230c3ffcba7c00bb4ba393e8b5952eb6c13d6fb5fbbb09bea24305dbc32b284076b2f730b8339
7
- data.tar.gz: 38a08aedc1772303617686bcb1912c7bdff959601d9ce018a3245e4e8152d42dfbf23e31db6547529cd600f69c4bde3a23fa11521b02641e10a7107e5dd6b1a9
6
+ metadata.gz: e136a6d397afbab33c423603b16fb715c557ea18033573a3be9ae037763ce4f2bdec6834a4e701736663eba081ab5814d118470a463322837b700b3edc764c32
7
+ data.tar.gz: 89f67827baf8d09414c8eee81de66b26a37c79ce80a4da340912021c10b3e518cd2ba8f6676320407e3b188297f474b5861b10ab97376095d9d65aa3988436ba
@@ -114,7 +114,7 @@ module VagrantPlugins
114
114
  @implicit_groups.each do |group|
115
115
  host = @inventory[group][:ansible_ssh_host]
116
116
  groups[group] = [host]
117
- vars = @inventory[group].except(:id, :ansible_ssh_host)
117
+ vars = @inventory[group].except(:id)
118
118
  hostvars[host] = vars
119
119
  end
120
120
 
@@ -124,7 +124,7 @@ module VagrantPlugins
124
124
  @inventory[name].each do |node|
125
125
  groups[name] << node[:ansible_ssh_host]
126
126
  host = node[:ansible_ssh_host]
127
- vars = node.except(:id, :ansible_ssh_host)
127
+ vars = node.except(:id)
128
128
  hostvars[host] = vars
129
129
  end
130
130
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AnsibleInventory
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-ansible_inventory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Galindo