mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Various errors and formatting fixes (#33503)
* Various errors and formatting fixes Mostly formatting fixes and small changes to better support debugging * Fixes upstream errors
This commit is contained in:
parent
9f544cf926
commit
18aca48075
6 changed files with 142 additions and 150 deletions
|
@ -161,7 +161,7 @@ EXAMPLES = r'''
|
|||
state: absent
|
||||
register: result
|
||||
failed_when:
|
||||
- result is not successful
|
||||
- result is not success
|
||||
- "'referenced by one or more applications' not in result.msg"
|
||||
|
||||
- name: Configure a service using more complicated parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue