Skip to content

Commit ece4432

Browse files
samccannoraNod
andauthored
Add banner for templating to devel docs (#2627)
* add banner to note the template changes * get rid of extra whitespace * Update docs/docsite/.templates/banner.html Co-authored-by: Don Naro <[email protected]> * add version * implement feedback * remove duplicate test banner * one more extra line * change wording * Update docs/docsite/.templates/banner.html --------- Co-authored-by: Don Naro <[email protected]>
1 parent cfa8c76 commit ece4432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docsite/.templates/banner.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
banner += extra_banner;
5151

5252
msg += 'You are reading the <b>devel</b> version of the Ansible documentation - this version is not guaranteed stable. Use the version selection to the left if you want the <b>latest</b> (stable) released version.';
53+
/* temp - add extra warning about core-2.19. This should move to latest at release time */
54+
msg += '<br><p><strong>Important:</strong> The ansible-core 2.19/Ansible 12 release has made <b>significant templating changes that might require you to update playbooks and roles</b>. The templating changes enable reporting of numerous problematic behaviors that went undetected in previous releases, with wide-ranging positive effects on security, performance, and user experience. You should validate your content to ensure compatibility with these templating changes before upgrading to ansible-core 2.19 or Ansible 12. See the <a href="https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_12.html">porting guide</a> to understand where you may need to update your playbooks and roles.';
5355
} else {
5456
msg += 'You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the <b>latest</b> (stable) released version.';
5557
/* temp extra banner to advertise something - this is for testing*/

0 commit comments

Comments
 (0)