diff options
author | Matt Clay <matt@mystile.com> | 2022-03-28 22:05:49 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-03-28 22:16:28 +0200 |
commit | 93d0ea021549f62af7f7759b70c2da5c22d7f261 (patch) | |
tree | d009043204e1fafb7c0013fe15c505d8b378d54d /hacking | |
parent | Porting guide fixes. (#77376) (diff) | |
download | ansible-93d0ea021549f62af7f7759b70c2da5c22d7f261.tar.xz ansible-93d0ea021549f62af7f7759b70c2da5c22d7f261.zip |
Update core porting guide generation.
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/build_library/build_ansible/command_plugins/porting_guide.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hacking/build_library/build_ansible/command_plugins/porting_guide.py b/hacking/build_library/build_ansible/command_plugins/porting_guide.py index 7671efeb45..431485b153 100644 --- a/hacking/build_library/build_ansible/command_plugins/porting_guide.py +++ b/hacking/build_library/build_ansible/command_plugins/porting_guide.py @@ -14,17 +14,17 @@ from ..commands import Command # pylint: disable=relative-beyond-top-level PORTING_GUIDE_TEMPLATE = """ -.. _porting_{{ ver }}_guide: +.. _porting_{{ ver }}_guide_core: -************************** -Ansible {{ ver }} Porting Guide -************************** +******************************* +Ansible-core {{ ver }} Porting Guide +******************************* -This section discusses the behavioral changes between Ansible {{ prev_ver }} and Ansible {{ ver }}. +This section discusses the behavioral changes between ``ansible-core`` {{ prev_ver }} and ``ansible-core`` {{ ver }}. It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible. -We suggest you read this page along with `Ansible Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make. +We suggest you read this page along with `ansible-core Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make. This document is part of a collection on porting. The complete list of porting guides can be found at :ref:`porting guides <porting_guides>`. |