diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-08-01 21:08:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 21:08:11 +0200 |
commit | 31ad786de168d55b7a2b20b5468e2d3f965b4021 (patch) | |
tree | 214b7bc0a6963993e729bcb1119c92b4a35749f8 /changelogs | |
parent | Add UID and GID min/max keys (#81770) (diff) | |
download | ansible-31ad786de168d55b7a2b20b5468e2d3f965b4021.tar.xz ansible-31ad786de168d55b7a2b20b5468e2d3f965b4021.zip |
ansible-doc: handle on_fail (#83676)
Handle errors raised when role doc has errors
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-doc.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-doc.yml b/changelogs/fragments/ansible-doc.yml new file mode 100644 index 0000000000..4e52017ac9 --- /dev/null +++ b/changelogs/fragments/ansible-doc.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - ansible-doc - handle no_fail condition for role. |