summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-08-31 17:42:37 -0500
committerGitHub <noreply@github.com>2022-08-31 15:42:37 -0700
commit6b77033d6301e1f69e22abc1b7a13a4936f0838e (patch)
tree586fa99a8752cf01479175d938014da2f424fe95 /changelogs/fragments
parent1cef7245440213b9fe065962b8988977be3544e6 (diff)
downloadansible-6b77033d6301e1f69e22abc1b7a13a4936f0838e.tar.gz
[stable-2.13] Fix exit codes for role search and delete. Fixes #78516 (#78578) (#78583)
(cherry picked from commit 4c8b8a0) Co-authored-by: Matt Martz <matt@sivel.net>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/78516-galaxy-cli-exit-codes.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/78516-galaxy-cli-exit-codes.yml b/changelogs/fragments/78516-galaxy-cli-exit-codes.yml
new file mode 100644
index 0000000000..cdd0cdf3a8
--- /dev/null
+++ b/changelogs/fragments/78516-galaxy-cli-exit-codes.yml
@@ -0,0 +1,3 @@
+bugfixes:
+- ansible-galaxy - Fix exit codes for role search and delete
+ (https://github.com/ansible/ansible/issues/78516)