Skip to content

Commit 0df936f

Browse files
update banner to reflect this does not apply to the product (#2895) (#2941)
(cherry picked from commit 412d18f) (cherry picked from commit 8495d7d) Co-authored-by: Sandra McCann <[email protected]>
1 parent d8254e1 commit 0df936f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/.templates/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if is_eol %}
22
{# Creates a banner at the top of the page for EOL versions. #}
33
<div id='banner' class='Admonition caution'>
4-
<p>You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.</p>
4+
<p>You are reading an unmaintained version of the community Ansible documentation. This does not apply to Red Hat Ansible Automation Platform subscriptions. See the <a href="https://access.redhat.com/support/policy/updates/ansible-automation-platform">Red Hat AAP Life Cycle</a> for product-based details. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.</p>
55
</div>
66
{% else %}
77
<script>

0 commit comments

Comments
 (0)