Fix typo created in PR28485 (#28509)

pull/28520/head
Simon Dodsley 7 years ago committed by Dag Wieers
parent f7e67dc3b1
commit 1fe71eacab

@ -152,7 +152,7 @@ def main():
argument_spec = purefa_argument_spec()
argument_spec.update(dict(
host=dict(type='str', required=True),
state=dict(type='str', default='present', choices=['absent,' 'present']),
state=dict(type='str', default='present', choices=['absent', 'present']),
protocol=dict(type='str', default='iscsi', choices=['fc', 'iscsi']),
iqn=dict(type='list'),
wwns=dict(type='list'),

Loading…
Cancel
Save