foreman_ansible_core 4.1.1 → 4.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2a3786cc1745dadafd2d12dd0a38dfbb23e0ee19880c3f5bef7eb15c87993a0
|
4
|
+
data.tar.gz: 4a31b5d21235e36f4805c2b47e4f4dd6c7baec453393e7f546b2fc7c6ec612a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ea0819d7adc9d36166f507e3115b154d14954f7000ed00f1727940033e45e08990b17ad492e85332fd7129c1efc666c1cd64528d86b1c6b51f33392cfe85bce
|
7
|
+
data.tar.gz: 3c33ec4701cf6b2822800ed1d474bfa1ac344554c3cdb333822ae5ddc37a173f42b5a29127918ca99a8e1a64548ef20abbc34d06d0fe222f518f8d2407d6156f
|
@@ -87,9 +87,7 @@ module ForemanAnsibleCore
|
|
87
87
|
publish_data_for(host, [header, line].join("\n"), 'stdout')
|
88
88
|
|
89
89
|
# If the task has been rescued, it won't consider a failure
|
90
|
-
if @exit_statuses[host].to_i != 0 && failures[host].to_i <= 0
|
91
|
-
publish_exit_status_for(host, 0)
|
92
|
-
end
|
90
|
+
publish_exit_status_for(host, 0) if @exit_statuses[host].to_i != 0 && failures[host].to_i <= 0
|
93
91
|
end
|
94
92
|
else
|
95
93
|
broadcast_data(event['stdout'] + "\n", 'stdout')
|
@@ -20,7 +20,7 @@ module ForemanAnsibleCore
|
|
20
20
|
# Discard everything apart from hostname to be able to tell the actions
|
21
21
|
# apart when debugging
|
22
22
|
def transform_input(input)
|
23
|
-
{ 'action_input' =>
|
23
|
+
{ 'action_input' => super['action_input'].slice('name', :task_id) }
|
24
24
|
end
|
25
25
|
|
26
26
|
# def self.input_format
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_ansible_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Lobato Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman_remote_execution_core
|