ansible-powerplay 1.0.4 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4515d68a3324c3e557b781530685e846618767a2
4
- data.tar.gz: 6531a27624ecbc388461b8246cf1abfc1909eae4
3
+ metadata.gz: 5aee1a729d7a779983625e48d25bf6454cd57dad
4
+ data.tar.gz: 4b74e360961e7aabfde0b5909e87a8f5f71237fc
5
5
  SHA512:
6
- metadata.gz: 5f538f559a5eaa92b0b6f00405d54ad798350690bf9498e1006ed2de36a586cc8d91fff0b1ae54e5461ef3661bbc74e832b9f6cd7d9b2ad3bd3b2a228172277c
7
- data.tar.gz: 400a51377157779f7a6b8000a88d2b1686c64b2a8aaf7f90ff0c0aa9806b88ad9439b8910a838591bf38401e03af0181f61c92e012c1dddd5f0f23a1366a07b7
6
+ metadata.gz: fa683eaef1e570992eb8fc3e977988c11d7804970ffdede314fa3dfe6224d4ad44749d775e1edf6955d638408156f53a568f6c60ff3044cda4271242c2e6b772
7
+ data.tar.gz: 148a12be1ef3a5270c894a24f5699ee11b8be9e364094f1b7c14e459e50982d7e561c0a50922bfa18e1cf1563a8766250ab1554b70cd6cb158b4f06d310dfca9
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 4
4
+ :patch: 5
5
5
  :special: ''
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: ansible-powerplay 1.0.4 ruby lib
5
+ # stub: ansible-powerplay 1.0.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "ansible-powerplay"
9
- s.version = "1.0.4"
9
+ s.version = "1.0.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -176,7 +176,10 @@ module Powerplay
176
176
 
177
177
  def playbooks(type=:vars, desc=nil, &block)
178
178
  _global[:playbooks] ||= {}
179
- _global[:playbooks][type] = DslPlaybook.new type, desc, &block
179
+
180
+ if Play::clopts[:play].member? type.to_s
181
+ _global[:playbooks][type] = DslPlaybook.new type, desc, &block
182
+ end
180
183
  end
181
184
  end
182
185
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansible-powerplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell