From 5814b90835c4f79b89958e15295894b2822498af Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 14 Jun 2018 06:35:09 -0700 Subject: [PATCH] Add changelog fragment for +/- attribute handling --- changelogs/fragments/file_attributes.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/file_attributes.yaml diff --git a/changelogs/fragments/file_attributes.yaml b/changelogs/fragments/file_attributes.yaml new file mode 100644 index 00000000000..3a846cdc8c1 --- /dev/null +++ b/changelogs/fragments/file_attributes.yaml @@ -0,0 +1,5 @@ +--- +minor_changes: +- 'Setting file attributes (via the file module amongst others) now accepts + + and - modifiers to add or remove individual attributes. (https://github.com/ansible/ansible/issues/33838)' +