mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
cloudstack: clean up unneeded ";"
This commit is contained in:
parent
f528ad1848
commit
c09a34bb10
1 changed files with 2 additions and 2 deletions
|
@ -130,11 +130,11 @@ class AnsibleCloudStack(object):
|
||||||
|
|
||||||
# Optionally limit by a list of keys
|
# Optionally limit by a list of keys
|
||||||
if only_keys and key not in only_keys:
|
if only_keys and key not in only_keys:
|
||||||
continue;
|
continue
|
||||||
|
|
||||||
# Skip None values
|
# Skip None values
|
||||||
if value is None:
|
if value is None:
|
||||||
continue;
|
continue
|
||||||
|
|
||||||
if key in current_dict:
|
if key in current_dict:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue