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:
Luke Antins 2012-10-18 02:09:11 +01:00
parent 54257a6a4c
commit 4f17aa9fa0

View file

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