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:
Tim Rupp 2017-12-02 22:33:18 -08:00 committed by GitHub
parent 9f544cf926
commit 18aca48075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 142 additions and 150 deletions

View file

@ -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