From 2a78c6ea4a32b3d6747a4bddd54501e9b68c80c4 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 26 Jun 2024 12:10:44 +0200 Subject: [PATCH] Use double back-ticks instead of single ones Signed-off-by: Alina Buzachis --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9535f45c87..9d91240d267 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ v7.6.1 Release Summary --------------- -This release includes some bug fixes for the `ec2_instance` and `backup_plan_info` modules. +This release includes some bug fixes for the ``ec2_instance`` and ``backup_plan_info`` modules. Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c7f507262fc..0c68879fab4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2859,8 +2859,8 @@ releases: - backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083). - ec2_instance - do not ignore IPv6 addresses when a single network interface is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). - release_summary: This release includes some bug fixes for the `ec2_instance` - and `backup_plan_info` modules. + release_summary: This release includes some bug fixes for the ``ec2_instance`` + and ``backup_plan_info`` modules. fragments: - 1979-do-not-ignore-ipv6-addresses.yaml - 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml