Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use double back-ticks instead of single ones #2150

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading