diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2022-10-25 12:00:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 12:00:56 -0400 |
commit | da3a7618baa500899d11bb9a80863fdb1f80e3f1 (patch) | |
tree | 381d7bd4a9ed76adfd3cbff21ac95a0bfcd756f6 /docs | |
parent | f3f7d442389208ed5b249902c01d7d888f7c0546 (diff) | |
download | ansible-da3a7618baa500899d11bb9a80863fdb1f80e3f1.tar.gz |
give a warning when no roles match the search instead of returning rc 1 (#79195)
* give a warning when no roles match the search instead of returning rc 1
* porting guide note
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst b/docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst index 782288c1d1..8b4478cd1e 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst @@ -25,7 +25,7 @@ No notable changes Command Line ============ -No notable changes +* The return code of ``ansible-galaxy search`` is now 0 instead of 1 and the stdout is empty when results are empty to align with other ``ansible-galaxy`` commands. Deprecated |