Skip to content

Commit c179be2

Browse files
Update EOL banner for clarity (#2942) (#2946)
(cherry picked from commit 7594ea8) Co-authored-by: Sandra McCann <[email protected]>
1 parent 6b8f688 commit c179be2

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 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>
4+
<p>You are reading an unmaintained version of the Ansible community documentation. Unmaintained Ansible versions can contain security vulnerabilities (CVEs). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>. Note that this statement does not apply to Red Hat Ansible Automation Platform subscriptions. See the <a href="https://access.redhat.com/support/policy/updates/ansible-automation-platform">Ansible Automation Platform Life Cycle</a>.</p>
55
</div>
66
{% else %}
77
<script>

0 commit comments

Comments
 (0)