summaryrefslogtreecommitdiff
path: root/changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml
diff options
context:
space:
mode:
authorMatthew Donoughe <mdonoughe@gmail.com>2022-08-10 16:01:31 -0400
committerGitHub <noreply@github.com>2022-08-11 06:01:31 +1000
commit3f1838bf918a055b491ab25d6caee2e5022db3c1 (patch)
tree61e52e5e8650fe0736bfa27f117df2d4b2d6d492 /changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml
parent69c7e3f4a3e244b28eef919ff2c1356ea6d06b1c (diff)
downloadansible-3f1838bf918a055b491ab25d6caee2e5022db3c1.tar.gz
Update attributes of files that are links without specifying link target (#76167)
* update attributes of files that are symlinks * update attributes of files that are hard links * fix default state in documentation * remove unnecessary suppression * add to changelog
Diffstat (limited to 'changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml')
-rw-r--r--changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml b/changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml
new file mode 100644
index 0000000000..083df07dc2
--- /dev/null
+++ b/changelogs/fragments/76167-update-attributes-of-files-that-are-links.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - file - setting attributes of symbolic links or files that are hard linked no longer fails when the link target is unspecified (https://github.com/ansible/ansible/issues/76142).