Commit d84b236a by Michael DeHaan

Merge pull request #5436 from jkleckner/fix-fail-doc-example

Fix documentation example for the fail module
parents af98ce84 edca1d69
...@@ -40,5 +40,5 @@ author: Dag Wieers ...@@ -40,5 +40,5 @@ author: Dag Wieers
EXAMPLES = ''' EXAMPLES = '''
# Example playbook using fail and when together # Example playbook using fail and when together
- fail: msg="The system may not be provisioned according to the CMDB status." - fail: msg="The system may not be provisioned according to the CMDB status."
when: "{{ cmdb_status }} != 'to-be-staged'" when: cmdb_status != "to-be-staged"
''' '''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment