ansible-ruby 1.0.9 → 1.0.10
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/ansible/ruby/dsl_builders/task.rb +4 -0
- data/lib/ansible/ruby/models/task.rb +2 -0
- data/lib/ansible/ruby/version.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: 5255fec866696e936bf4492ee9ba0de67db15fa0
|
|
4
|
+
data.tar.gz: 1bc5c3c01e80a4d79d9091f7c27af6ab245c0a62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f741e5602715c1ecb685cb92446ae40cb62dbbcfb2911efe4ce3e6cbbf8d76d73ba74b1e41f97bbfdabf50282b0237a353e53e0b76229b19002b3ba33b333968
|
|
7
|
+
data.tar.gz: 7d12f843a43d8fc9c3b9fc15b07b1ddc40c9c45547f817b628c33d32f8f5a967b0390f81faa241b8cf75c431daf46998e1914328e15e7d62afe09a4e73f70e33
|
|
@@ -38,6 +38,8 @@ module Ansible
|
|
|
38
38
|
inclusion: { in: %i[local docker ssh], message: '%{value} needs to be :local, :docker, or :ssh' }
|
|
39
39
|
# :reek:Attribute - This is a simple flag
|
|
40
40
|
attr_accessor :local_action
|
|
41
|
+
attribute :delegate_to
|
|
42
|
+
validates :delegate_to, type: String
|
|
41
43
|
|
|
42
44
|
def to_h
|
|
43
45
|
result = super
|
data/lib/ansible/ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ansible-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brady Wied
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|