Skip to content

Commit

Permalink
Use double back-ticks instead of single ones (#2150)
Browse files Browse the repository at this point in the history
SUMMARY

Use double back-ticks instead of single ones

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
  • Loading branch information
alinabuzachis authored Jun 27, 2024
1 parent 6ef75f2 commit 19c4b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
4 changes: 2 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c4b0a

Please sign in to comment.