foreman_ansible 10.4.0 → 10.4.1
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: 6036f9a1d90705a4459c56093084b63c953a7c657a125f4f04ca878fb9bc7552
|
4
|
+
data.tar.gz: 5354e5227c4eccf6fcee0f721b3e03a10d0d119354d3dc3b2aa742ad44105023
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a29b28a5c665e8af6f52b9b5b2e7ff94f88f87912795ef54c5eedbb7347c666796a42c09456bcd6b50ed30e1d17a1e28f25ab23929fad6b34a4b51ceb87f5131
|
7
|
+
data.tar.gz: 482d9f6ee4f9c1367a45d87cd4158c29ef88ca2860b6183cdf159123a5a9cf88c7bcca18549b7d448cfff9a5094a3eda24f782f7cd1339e0d0d1fd9abfb1b28c
|
data/package.json
CHANGED
@@ -86,12 +86,16 @@ const validateRegexp = (variable, value) => {
|
|
86
86
|
};
|
87
87
|
|
88
88
|
const validateList = (variable, value) => {
|
89
|
-
|
89
|
+
let { validatorRule } = variable;
|
90
|
+
if (typeof validatorRule !== 'string') {
|
91
|
+
validatorRule = validatorRule.toString();
|
92
|
+
}
|
93
|
+
if (validatorRule.split(',').find(item => item.trim() === value)) {
|
90
94
|
return validationSuccess;
|
91
95
|
}
|
92
96
|
return {
|
93
97
|
key: 'error',
|
94
|
-
msg: sprintf(__('Invalid, expected one of: %s'),
|
98
|
+
msg: sprintf(__('Invalid, expected one of: %s'), validatorRule),
|
95
99
|
};
|
96
100
|
};
|
97
101
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_ansible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.4.
|
4
|
+
version: 10.4.1
|
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: 2023-02-
|
11
|
+
date: 2023-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acts_as_list
|
@@ -42,36 +42,30 @@ dependencies:
|
|
42
42
|
name: foreman_remote_execution
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '8.0'
|
48
|
-
- - "<"
|
45
|
+
- - "~>"
|
49
46
|
- !ruby/object:Gem::Version
|
50
|
-
version: '
|
47
|
+
version: '8.2'
|
51
48
|
type: :runtime
|
52
49
|
prerelease: false
|
53
50
|
version_requirements: !ruby/object:Gem::Requirement
|
54
51
|
requirements:
|
55
|
-
- - "
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
version: '8.0'
|
58
|
-
- - "<"
|
52
|
+
- - "~>"
|
59
53
|
- !ruby/object:Gem::Version
|
60
|
-
version: '
|
54
|
+
version: '8.2'
|
61
55
|
- !ruby/object:Gem::Dependency
|
62
56
|
name: foreman-tasks
|
63
57
|
requirement: !ruby/object:Gem::Requirement
|
64
58
|
requirements:
|
65
59
|
- - "~>"
|
66
60
|
- !ruby/object:Gem::Version
|
67
|
-
version: '7.
|
61
|
+
version: '7.1'
|
68
62
|
type: :runtime
|
69
63
|
prerelease: false
|
70
64
|
version_requirements: !ruby/object:Gem::Requirement
|
71
65
|
requirements:
|
72
66
|
- - "~>"
|
73
67
|
- !ruby/object:Gem::Version
|
74
|
-
version: '7.
|
68
|
+
version: '7.1'
|
75
69
|
description: Ansible integration with Foreman
|
76
70
|
email:
|
77
71
|
- elobatocs@gmail.com
|
@@ -484,10 +478,10 @@ test_files:
|
|
484
478
|
- test/foreman_ansible/helpers/ansible_roles_helper_test.rb
|
485
479
|
- test/functional/ansible_roles_controller_test.rb
|
486
480
|
- test/functional/ansible_variables_controller_test.rb
|
487
|
-
- test/functional/api/v2/ansible_inventories_controller_test.rb
|
488
481
|
- test/functional/api/v2/ansible_playbooks_controller_test.rb
|
489
482
|
- test/functional/api/v2/ansible_roles_controller_test.rb
|
490
483
|
- test/functional/api/v2/ansible_variables_controller_test.rb
|
484
|
+
- test/functional/api/v2/ansible_inventories_controller_test.rb
|
491
485
|
- test/functional/api/v2/hostgroups_controller_test.rb
|
492
486
|
- test/functional/api/v2/hosts_controller_test.rb
|
493
487
|
- test/functional/hosts_controller_test.rb
|
@@ -498,9 +492,9 @@ test_files:
|
|
498
492
|
- test/test_plugin_helper.rb
|
499
493
|
- test/unit/ansible_role_test.rb
|
500
494
|
- test/unit/ansible_variable_test.rb
|
495
|
+
- test/unit/concerns/config_reports_extensions_test.rb
|
501
496
|
- test/unit/concerns/host_managed_extensions_test.rb
|
502
497
|
- test/unit/concerns/hostgroup_extensions_test.rb
|
503
|
-
- test/unit/concerns/config_reports_extensions_test.rb
|
504
498
|
- test/unit/helpers/ansible_reports_helper_test.rb
|
505
499
|
- test/unit/host_ansible_role_test.rb
|
506
500
|
- test/unit/hostgroup_ansible_role_test.rb
|