foreman_ansible 2.2.7 → 2.2.8
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/ansible_roles/welcome.html.erb +1 -1
- data/lib/foreman_ansible/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: 4a31f99dd35a01e8ffde528ead14c34dfb92dfae
|
|
4
|
+
data.tar.gz: e6536da314ad7d16bf34fc5c7dd0ceae673a9e6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94714e6505e786260ccbe40e50cb98e1888fc1a883df96e95cd142987fb18db4d9ce57fbbdf0d6536407ff87041185052f5634d0e23874e23d1e0d077427ce2b
|
|
7
|
+
data.tar.gz: 7e2d13ba5f28eb248614e26395c5619a7bac6f2c5f34da071718897738b47f5600fc1c4c7279b527aa52d5b2d54ab4154dd3589c835dcfe7543d4d604ee01835
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<p><%= _('No ansible roles were found in Foreman. If you want to assign roles to your hosts,
|
|
8
8
|
you have to import them first.').html_safe %>
|
|
9
9
|
</p>
|
|
10
|
-
<p><%= link_to(_('Learn more about this in the documentation.'), ansible_doc_url) %></p>
|
|
10
|
+
<p><%= link_to(_('Learn more about this in the documentation.'), documentation_url('#4.1ImportingRoles', :root_url => ansible_doc_url)) %></p>
|
|
11
11
|
<div class="blank-slate-pf-secondary-action">
|
|
12
12
|
<%= ansible_proxy_import(hash_for_import_ansible_roles_path) %>
|
|
13
13
|
</div>
|
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: 2.2.
|
|
4
|
+
version: 2.2.8
|
|
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: 2018-09-
|
|
11
|
+
date: 2018-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|