Fix indent of fail module example to prevent unwanted <blockquote></pre></p> <br/></blockquote>
from showing up in docsite output.
This commit is contained in:
parent
2ec9717ea3
commit
4f6594e670
1 changed files with 1 additions and 1 deletions
2
fail
2
fail
|
@ -42,7 +42,7 @@ options:
|
|||
examples:
|
||||
- code: |
|
||||
action: fail msg="The system may not be provisioned according to the CMDB status." rc=100
|
||||
only_if: "'$cmdb_status' != 'to-be-staged'"
|
||||
only_if: "'$cmdb_status' != 'to-be-staged'"
|
||||
|
||||
description: "Example playbook using fail and only_if together"
|
||||
|
||||
|
|
Loading…
Reference in a new issue