kitchen-ansible 0.45.0 → 0.45.1

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: ec676d759c7b80412dd7bce395846610630f2c3f
4
- data.tar.gz: b46200840a7879d800dc956710fe7ffa244a9939
3
+ metadata.gz: 5e40f2d7616c5617bc881fecd7e0885c89cc3e46
4
+ data.tar.gz: 3ef1d78bdb7e789e3abac7a57a3577a2ea171f46
5
5
  SHA512:
6
- metadata.gz: 7338b84eb30b81dc10c962ab8b5922b9314da38f75fac1b3d81742780a6bc7160b23e97289618f620bd91741ac401f8a0d6119169457a04de759449559805079
7
- data.tar.gz: fd5abc21918db6188fbc02fb29dba2d13fb22b3225155edbdfd3dd411c5f844feb9e28d1d69b597376a915b5251b841ed9e5eee10bd5fb07b9bb2b25c74c4cf4
6
+ metadata.gz: 7631b75b60778f36289909b1752274d2c41e09c8ea7f13634fcc91fe74f4ea0779ebce4fff2a44a7a00b930531331c2ea86af42e90fcee43bad99aef65049fbf
7
+ data.tar.gz: 57112e83f9adf64c5146a8f11d924d00c928a331f691ea949473a9b0df9e80bf7ae658e104fe35f584c4dd984a4b814eb9d75bb651072a4196952332d5089ea3
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module Kitchen
3
3
  module Ansible
4
- VERSION = '0.45.0'
4
+ VERSION = '0.45.1'
5
5
  end
6
6
  end
@@ -835,7 +835,7 @@ module Kitchen
835
835
  # If so, make sure to copy into VM so dir structure is like: /tmp/kitchen/roles/role_name
836
836
  role_path = source.sub(/#{roles}|\/roles/, '')
837
837
  unless roles =~ /\/roles$/
838
- role_path = "#{File.basename(roles)}/#{role_path}"
838
+ role_path = "#{role_name}/#{role_path}"
839
839
  end
840
840
 
841
841
  target = File.join(tmp_roles_dir, role_path)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.45.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neill Turner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-25 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen