HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core.

This commit is contained in:
Michael DeHaan 2012-10-12 17:49:48 -04:00
parent 85d6af637a
commit aa98c84a62
8 changed files with 20 additions and 482 deletions

View file

@ -43,6 +43,7 @@ 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'"
description: "Example playbook using fail and only_if together"
author: Dag Wieers
@ -61,4 +62,4 @@ def main():
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
main()
main()