add eol banner (#59254)

(cherry picked from commit 00699735e9)
This commit is contained in:
Sandra McCann 2019-07-18 15:15:43 -04:00 committed by Toshio Kuratomi
parent 1a9f703309
commit fcf8dc8d0c

View file

@ -0,0 +1,4 @@
{# Creates a banner at the top of the page for EOL versions. #}
<div id='banner' class='Admonition caution'>
<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="https://docs.ansible.com/ansible/latest/index.html">the latest Ansible documentation</a>.</p>
</div>