Merge pull request #5436 from jkleckner/fix-fail-doc-example
Fix documentation example for the fail module
This commit is contained in:
commit
d84b236ad5
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ author: Dag Wieers
|
|||
EXAMPLES = '''
|
||||
# Example playbook using fail and when together
|
||||
- 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"
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue