kitchen-ansible 0.42.0 → 0.42.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: fd9aedef2a0fd3fe1680cc80cdf1b81405fc9e99
4
- data.tar.gz: f33efab9c29b88338a1ca92abb679340c30dd2cf
3
+ metadata.gz: 082174514a49093fc2d0eaa3e0965b6901344373
4
+ data.tar.gz: ed44a7480a33a1dbaf968f1cfc85b53caf66e472
5
5
  SHA512:
6
- metadata.gz: a96346256bd6987adc18d078160ff241d41516c7b3e670c100c918fb4b52773cfbd3d876e023b20a85dcfe72c4f510b1abe1912b593d9785a0959301702b8cd1
7
- data.tar.gz: 5b3a32a7573408c9375cbcb00895dcc490afa77c663cf6af0cda6cf0150e835c00891ea578886b3d202b5062a61ffed2af017975b956ecb3f0acc56cb945de87
6
+ metadata.gz: 881b5340324bcfe44adfb41cd734b6a82eb9a94008ef366db11a8c33d91c36257d3e8e5cd539f688f25a2f6662b9ec856382122c27f7e6aa624ead59bfc2fa38
7
+ data.tar.gz: bc882c180a95814be653696e0a5c627fe164d64a38b017b91e31c96db20f0fe19c8d4ed4f5be480e1405b0938eaf9228eca3edf67d87861f3d43ffe2976885fc
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module Kitchen
3
3
  module Ansible
4
- VERSION = '0.42.0'
4
+ VERSION = '0.42.1'
5
5
  end
6
6
  end
@@ -82,7 +82,7 @@ module Kitchen
82
82
 
83
83
  if [ ! $(which ansible) ]; then
84
84
  if [ -f /etc/centos-release ] || [ -f /etc/redhat-release ]; then
85
- if ! [ -z `grep -q 'Amazon Linux' /etc/system-release` ]; then
85
+ if [ -z `grep -q 'Amazon Linux' /etc/system-release` ]; then
86
86
  #{Kitchen::Provisioner::Ansible::Os::Redhat.new('redhat', config).install_command}
87
87
  else
88
88
  #{Kitchen::Provisioner::Ansible::Os::Amazon.new('amazon', config).install_command}
@@ -140,7 +140,7 @@ module Kitchen
140
140
  if require_ruby_for_busser
141
141
  install << <<-INSTALL
142
142
  if [ -f /etc/centos-release ] || [ -f /etc/redhat-release ]; then
143
- if ! [ -z `grep -q 'Amazon Linux' /etc/system-release` ]; then
143
+ if [ -z `grep -q 'Amazon Linux' /etc/system-release` ]; then
144
144
  rhelversion6=$(cat /etc/redhat-release | grep 'release 6')
145
145
  rhelversion7=$(cat /etc/redhat-release | grep 'release 7')
146
146
  # For CentOS6/CentOS7/RHEL6/RHEL7 install ruby from SCL
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.42.0
4
+ version: 0.42.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-04-30 00:00:00.000000000 Z
11
+ date: 2016-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen