removed additional check for name parameter

pull/38514/head
Maish Saidel-Keesing (msaidelk) 7 years ago
parent 60a3277103
commit 91357d07f4

@ -677,7 +677,6 @@ def main():
argument_spec=argument_spec,
required_if=[
['state', 'absent', ['image_id']],
['state', 'present', ['name']],
]
)

Loading…
Cancel
Save