mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #5436 from jkleckner/fix-fail-doc-example
Fix documentation example for the fail module
This commit is contained in:
@@ -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"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user