foreman_ansible 6.3.2 → 6.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/foreman_ansible/ansible_provider.rb +1 -0
- data/lib/foreman_ansible/version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a67f34724383faf6ead25e0d28e47d86b30d817839e3d9e3e6ef0531f9a4c5a
|
4
|
+
data.tar.gz: e758ebdaa34fe47e84aac20c5cd12af9013cad2d17810b73f894a7b6177e570b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a3f9e4fe92c5325908b61e9542e4a99c4256f1c9b0b66f58873e73c8fa3b90194d39a054c2857060edc37ebd214b2186d8dced6078950f936ec8e9ae4b5fde4
|
7
|
+
data.tar.gz: 82aab4e76eedc22109debf0c1a60bc316c512677749dff6b1a53a4357c66d16dee37260fdc53ce643b362fcbc253a5ad6b3c8ff9636c736faee22ad229f821b7
|
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: 6.3.
|
4
|
+
version: 6.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Lobato Garcia
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman_ansible_core
|
@@ -374,7 +374,7 @@ homepage: https://github.com/theforeman/foreman_ansible
|
|
374
374
|
licenses:
|
375
375
|
- GPL-3.0
|
376
376
|
metadata: {}
|
377
|
-
post_install_message:
|
377
|
+
post_install_message:
|
378
378
|
rdoc_options: []
|
379
379
|
require_paths:
|
380
380
|
- lib
|
@@ -390,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
390
|
version: '0'
|
391
391
|
requirements: []
|
392
392
|
rubygems_version: 3.1.2
|
393
|
-
signing_key:
|
393
|
+
signing_key:
|
394
394
|
specification_version: 4
|
395
395
|
summary: Ansible integration with Foreman (theforeman.org)
|
396
396
|
test_files:
|
@@ -399,14 +399,14 @@ test_files:
|
|
399
399
|
- test/factories/ansible_roles.rb
|
400
400
|
- test/factories/host_ansible_enhancements.rb
|
401
401
|
- test/fixtures/insights_playbook.yaml
|
402
|
-
- test/fixtures/report.json
|
403
402
|
- test/fixtures/sample_facts.json
|
403
|
+
- test/fixtures/report.json
|
404
404
|
- test/functional/ansible_roles_controller_test.rb
|
405
|
-
- test/functional/api/v2/ansible_inventories_controller_test.rb
|
406
405
|
- test/functional/api/v2/ansible_variables_controller_test.rb
|
406
|
+
- test/functional/api/v2/ansible_roles_controller_test.rb
|
407
407
|
- test/functional/api/v2/hostgroups_controller_test.rb
|
408
408
|
- test/functional/api/v2/hosts_controller_test.rb
|
409
|
-
- test/functional/api/v2/
|
409
|
+
- test/functional/api/v2/ansible_inventories_controller_test.rb
|
410
410
|
- test/functional/ui_ansible_roles_controller_test.rb
|
411
411
|
- test/functional/ansible_variables_controller_test.rb
|
412
412
|
- test/functional/hosts_controller_test.rb
|
@@ -419,24 +419,24 @@ test_files:
|
|
419
419
|
- test/unit/concerns/host_managed_extensions_test.rb
|
420
420
|
- test/unit/concerns/hostgroup_extensions_test.rb
|
421
421
|
- test/unit/helpers/ansible_reports_helper_test.rb
|
422
|
-
- test/unit/lib/
|
422
|
+
- test/unit/lib/proxy_api/ansible_test.rb
|
423
423
|
- test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
|
424
|
+
- test/unit/lib/foreman_ansible_core/command_creator_test.rb
|
424
425
|
- test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
|
425
|
-
- test/unit/lib/proxy_api/ansible_test.rb
|
426
426
|
- test/unit/services/ansible_report_importer_test.rb
|
427
|
-
- test/unit/services/fact_importer_test.rb
|
428
|
-
- test/unit/services/fact_sparser_test.rb
|
429
427
|
- test/unit/services/insights_plan_runner_test.rb
|
430
428
|
- test/unit/services/roles_importer_test.rb
|
429
|
+
- test/unit/services/fact_importer_test.rb
|
430
|
+
- test/unit/services/fact_parser_test.rb
|
431
|
+
- test/unit/services/fact_sparser_test.rb
|
431
432
|
- test/unit/services/structured_fact_importer_test.rb
|
432
433
|
- test/unit/services/ansible_variables_importer_test.rb
|
433
|
-
- test/unit/services/ui_roles_importer_test.rb
|
434
434
|
- test/unit/services/api_roles_importer_test.rb
|
435
|
-
- test/unit/services/fact_parser_test.rb
|
436
435
|
- test/unit/services/inventory_creator_test.rb
|
436
|
+
- test/unit/services/ui_roles_importer_test.rb
|
437
437
|
- test/unit/ansible_provider_test.rb
|
438
438
|
- test/unit/host_ansible_role_test.rb
|
439
|
-
- test/unit/import_roles_and_variables.rb
|
440
439
|
- test/unit/ignore_roles_test.rb
|
440
|
+
- test/unit/import_roles_and_variables.rb
|
441
441
|
- test/unit/hostgroup_ansible_role_test.rb
|
442
442
|
- test/foreman_ansible/helpers/ansible_roles_helper_test.rb
|