add eol banner (#59254)

This commit is contained in:
Sandra McCann 2019-07-18 15:15:43 -04:00 committed by Alicia Cozine
parent 44a0fb5a93
commit 00699735e9

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>