summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2022-03-15 14:09:59 -0400
committerGitHub <noreply@github.com>2022-03-15 11:09:59 -0700
commitca8835c99029e6cbbb64a5510e6b03a943ba1697 (patch)
tree2d628c6eec2ece604ad135d97d468521d6a98dfb /changelogs
parentef46bc46f459cf702f098d64b37c74cf0557ebd7 (diff)
downloadansible-ca8835c99029e6cbbb64a5510e6b03a943ba1697.tar.gz
[2.11] ansible-galaxy collection verify - display new files/dirs as modified content (#77129)
* Fix 'ansible-galaxy collection verify' to report files/directories not listed in the FILES.json (cherry picked from commit a1d467dbb21e00cdb0ed38baf0e43e583185dc59) * changelog (cherry picked from commit 3d49d6f69ec1afa2234a21a1f9cd273d55cb6597)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/76690-fix-ansible-galaxy-collection-verify-modified-content.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/76690-fix-ansible-galaxy-collection-verify-modified-content.yaml b/changelogs/fragments/76690-fix-ansible-galaxy-collection-verify-modified-content.yaml
new file mode 100644
index 0000000000..b9c6c09d98
--- /dev/null
+++ b/changelogs/fragments/76690-fix-ansible-galaxy-collection-verify-modified-content.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-galaxy collection verify - display files/directories not included in the FILES.json as modified content.