mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
Fix typo created in PR28485 (#28509)
This commit is contained in:
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'),
|
||||
|
||||
Reference in New Issue
Block a user