purefa_volume: Fix typo in required_if (#27921)
This commit is contained in:
parent
6c4bf53518
commit
f30589c91d
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def main():
|
|||
)
|
||||
)
|
||||
|
||||
required_if = [('state', 'present', ('size'))]
|
||||
required_if = [('state', 'present', ['size'])]
|
||||
|
||||
module = AnsibleModule(argument_spec,
|
||||
required_if=required_if,
|
||||
|
|
Loading…
Reference in a new issue