kitchen-ansible 0.46.4 → 0.46.5
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 +4 -4
- data/lib/kitchen-ansible/version.rb +1 -1
- data/lib/kitchen/provisioner/ansible_playbook.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f31ad1c2c287ac79ee8c665709e8a215305a515
|
|
4
|
+
data.tar.gz: 5b37bebbc704bbca3e9b8ff5aef1b2f6ed329052
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6559353a0c52ca4bdb9d6bacaf7277903d938e9005450ccf42835307f426f622cded781d4b03de8c356e334708c048d196470b32fbc25eba30a0f0a9c568222b
|
|
7
|
+
data.tar.gz: a6f5a0cbe68c557c950841d34ff26415aab65389178113c2d8b96975deb6075a6932ea9fabef1051e57037362b8def7d14b7d6bfa9af23e3eda1d378ffcbb584
|
|
@@ -1127,7 +1127,7 @@ module Kitchen
|
|
|
1127
1127
|
info('Preparing ansible vault password')
|
|
1128
1128
|
debug("Copying ansible vault password file from #{ansible_vault_password_file} to #{tmp_ansible_vault_password_file_path}")
|
|
1129
1129
|
|
|
1130
|
-
FileUtils.cp(ansible_vault_password_file, tmp_ansible_vault_password_file_path)
|
|
1130
|
+
FileUtils.cp(File.expand_path(ansible_vault_password_file), tmp_ansible_vault_password_file_path)
|
|
1131
1131
|
end
|
|
1132
1132
|
|
|
1133
1133
|
def prepare_kerberos_conf_file
|
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.46.
|
|
4
|
+
version: 0.46.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neill Turner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04
|
|
11
|
+
date: 2017-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|