kitchen-ansiblepush 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e2020152c12ae2e7725773da153ebb69c73ff72
4
- data.tar.gz: 9d4c28dedcefe6cf93bfdb649aa6489ce526089c
3
+ metadata.gz: 5b41256e29e0f18e3120b60b53e620345c1fea7c
4
+ data.tar.gz: 01d109452a1a2cd29c8e9fbc667cf302b72b8423
5
5
  SHA512:
6
- metadata.gz: d03229f946cdf7ca8b0ddb3bf6378dce789cee300a3b96270f5c3f039712f7f9e5d334ee6a520e062bae4444a120687641c9e0e7a06006c74e4c5e7974743320
7
- data.tar.gz: bd857aef7fd591b3386424fdd3468b03a9fc5bbdbf4253887b0286024bfd60b5d172352d135c6fe84fc04931e853f9cd01cb0722c8ff95431971719f87b15a24
6
+ metadata.gz: 0a3b41d88ad076e638a579e002a5c6724e46c717060932c2fce06e7114524de9297546907dc6d99d279575484a76aef4cd229e2550b78409616444c5518e10fa
7
+ data.tar.gz: 488124771b33863b2aae7f251d8535e0f59876c33ac0bef910f15a7c047c0efdedd7a197948441d654a014b90c04ae22c6e36734709f7eae25806da6ec209753
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module AnsiblePush
3
- VERSION = '0.6.1'.freeze
3
+ VERSION = '0.6.2'.freeze
4
4
  end
5
5
  end
@@ -247,7 +247,7 @@ module Kitchen
247
247
  urlhost = URI.parse(instance_connection_option[:endpoint])
248
248
  hostname = urlhost.host
249
249
  end
250
- debug("hostname='#{hostname}")
250
+ debug("hostname='#{hostname}'")
251
251
  # Generate hosts
252
252
  hosts = generate_instance_inventory(machine_name, hostname, conf[:mygroup], instance_connection_option, conf[:ansible_connection])
253
253
  write_var_to_yaml("#{TEMP_INV_DIR}/ansiblepush_host_#{machine_name}.yml", hosts)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-ansiblepush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adham Helal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-03 00:00:00.000000000 Z
11
+ date: 2017-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen