Add a datacenter parameter, fix #1693

pull/18777/head
Michael Scherer 9 years ago committed by Matt Clay
parent b8b2613c35
commit 334bfbd465

@ -248,7 +248,8 @@ def main():
name=dict(required=False),
node=dict(required=False),
state=dict(default='present',
choices=['present', 'absent', 'info', 'node', 'list'])
choices=['present', 'absent', 'info', 'node', 'list']),
datacenter=dict(required=False)
)
module = AnsibleModule(argument_spec, supports_check_mode=False)

Loading…
Cancel
Save