foreman_ansible 16.0.1 → 17.0.0
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/app/views/foreman_ansible/job_templates/smart_proxy_upgrade_-_ansible_default.erb +1 -1
- data/lib/foreman_ansible/register.rb +1 -1
- data/lib/foreman_ansible/version.rb +1 -1
- data/test/functional/hosts_controller_test.rb +1 -1
- data/webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcher.scss +1 -1
- data/webpack/components/AnsibleRolesSwitcher/components/AssignedRolesList.js +1 -1
- data/webpack/components/DualList/ListPane.js +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23d1f9629ff2caacd1322856bf376bd84148aef120a412dee5db12a529b5dff8
|
4
|
+
data.tar.gz: 396385b5da1a3ee2bd3f553e5d6ce7e292462d8bfec93d0391383c60e8bf0088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c72ed55cb353947241f7d1abc539dd7feb080241769c8380756fce4d3d7d3d0127c8e94a7fd889d1c940a280eee91113cd1589bf4119dee7d5ca8fe884fefce
|
7
|
+
data.tar.gz: effbadb40abecc14215f1acae2f93f6d8a07b9b975cfca745c4331902051ddaeff42dc5d4018e60464480b03514a02a55e48e7e8d64c7fdf0ac0af5a399027a5
|
@@ -39,7 +39,7 @@ feature: ansible_run_smart_proxy_upgrade
|
|
39
39
|
- name: Install foreman release gpg key
|
40
40
|
rpm_key:
|
41
41
|
state: present
|
42
|
-
key:
|
42
|
+
key: https://yum.theforeman.org/releases/{{ target_version }}/RPM-GPG-KEY-foreman
|
43
43
|
when: target_version != "nightly"
|
44
44
|
|
45
45
|
- name: Update foreman repositories
|
@@ -46,7 +46,7 @@ class HostsControllerExtensionsTest < ActionController::TestCase
|
|
46
46
|
delete :destroy,
|
47
47
|
:params => { :id => host.id },
|
48
48
|
:session => set_session_user
|
49
|
-
assert_redirected_to
|
49
|
+
assert_redirected_to new_hosts_index_page_url
|
50
50
|
assert @role.hosts.empty?
|
51
51
|
end
|
52
52
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_ansible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 17.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Lobato Garcia
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: acts_as_list
|
@@ -491,7 +490,6 @@ homepage: https://github.com/theforeman/foreman_ansible
|
|
491
490
|
licenses:
|
492
491
|
- GPL-3.0
|
493
492
|
metadata: {}
|
494
|
-
post_install_message:
|
495
493
|
rdoc_options: []
|
496
494
|
require_paths:
|
497
495
|
- lib
|
@@ -506,8 +504,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
506
504
|
- !ruby/object:Gem::Version
|
507
505
|
version: '0'
|
508
506
|
requirements: []
|
509
|
-
rubygems_version: 3.
|
510
|
-
signing_key:
|
507
|
+
rubygems_version: 3.6.9
|
511
508
|
specification_version: 4
|
512
509
|
summary: Ansible integration with Foreman (theforeman.org)
|
513
510
|
test_files:
|