diff options
author | Matt Clay <matt@mystile.com> | 2023-02-18 01:34:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 01:34:49 +0100 |
commit | a4248a63aa0c9c1236d2368854c9479aaef2593e (patch) | |
tree | d3a92ce98d50063cc1df0c311250511d679cfe5c /changelogs | |
parent | Update docs requirements to latest package versions (#79930) (diff) | |
download | ansible-a4248a63aa0c9c1236d2368854c9479aaef2593e.tar.xz ansible-a4248a63aa0c9c1236d2368854c9479aaef2593e.zip |
Add missing newlines to YAML files (#80031)
Diffstat (limited to 'changelogs')
3 files changed, 3 insertions, 3 deletions
diff --git a/changelogs/fragments/78172-allow-force-deletion-of-group.yaml b/changelogs/fragments/78172-allow-force-deletion-of-group.yaml index 780f19ee22..1ba7e7fe73 100644 --- a/changelogs/fragments/78172-allow-force-deletion-of-group.yaml +++ b/changelogs/fragments/78172-allow-force-deletion-of-group.yaml @@ -1,2 +1,2 @@ minor_changes: - - Allow force deletion of a group even when it is the primary group of a user. (https://github.com/ansible/ansible/issues/77849)
\ No newline at end of file + - Allow force deletion of a group even when it is the primary group of a user. (https://github.com/ansible/ansible/issues/77849) diff --git a/changelogs/fragments/78828-iptables-option-to-disable-dns-lookups.yml b/changelogs/fragments/78828-iptables-option-to-disable-dns-lookups.yml index 3a7f2a0ab1..09848c9fd2 100644 --- a/changelogs/fragments/78828-iptables-option-to-disable-dns-lookups.yml +++ b/changelogs/fragments/78828-iptables-option-to-disable-dns-lookups.yml @@ -1,2 +1,2 @@ minor_changes: - - add parameter ``numeric`` to the iptables module to disable dns lookups when running list -action internally (https://github.com/ansible/ansible/issues/78793).
\ No newline at end of file + - add parameter ``numeric`` to the iptables module to disable dns lookups when running list -action internally (https://github.com/ansible/ansible/issues/78793). diff --git a/changelogs/fragments/79658-improving-return-and-docs.yaml b/changelogs/fragments/79658-improving-return-and-docs.yaml index bf0cc2a83d..e7ce4eac87 100644 --- a/changelogs/fragments/79658-improving-return-and-docs.yaml +++ b/changelogs/fragments/79658-improving-return-and-docs.yaml @@ -1,2 +1,2 @@ minor_changes: - - apt_repository - adds ``sources_added`` and ``sources_removed`` to the return of the module (https://github.com/ansible/ansible/issues/79306).
\ No newline at end of file + - apt_repository - adds ``sources_added`` and ``sources_removed`` to the return of the module (https://github.com/ansible/ansible/issues/79306). |