diff options
author | Rene Moser <mail@renemoser.net> | 2015-05-14 00:03:17 +0200 |
---|---|---|
committer | Rene Moser <mail@renemoser.net> | 2015-05-16 11:55:35 +0200 |
commit | 7705d1bb503c20a57522bb47939b4f1b71ff5b15 (patch) | |
tree | b327cdb11ff744e74b33e4c610aa6c2bb569eb54 /cloud/cloudstack/cs_instance.py | |
parent | 63e9014e16d3fead0eeb899b8936141d277ca89a (diff) | |
download | ansible-modules-extras-7705d1bb503c20a57522bb47939b4f1b71ff5b15.tar.gz |
cloudstack: remove self.result, is defined in super class from utils
Diffstat (limited to 'cloud/cloudstack/cs_instance.py')
-rw-r--r-- | cloud/cloudstack/cs_instance.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud/cloudstack/cs_instance.py b/cloud/cloudstack/cs_instance.py index 1d7e2492..0b2c9d4c 100644 --- a/cloud/cloudstack/cs_instance.py +++ b/cloud/cloudstack/cs_instance.py @@ -164,7 +164,6 @@ extends_documentation_fragment: cloudstack ''' EXAMPLES = ''' ---- # Create a instance on CloudStack from an ISO # NOTE: Names of offerings and ISOs depending on the CloudStack configuration. - local_action: |