mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Merge pull request #12995 from resmo/fix/cloudstack-utils
cloudstack: clean up unneeded ";"
This commit is contained in:
@@ -130,11 +130,11 @@ class AnsibleCloudStack(object):
|
||||
|
||||
# Optionally limit by a list of keys
|
||||
if only_keys and key not in only_keys:
|
||||
continue;
|
||||
continue
|
||||
|
||||
# Skip None values
|
||||
if value is None:
|
||||
continue;
|
||||
continue
|
||||
|
||||
if key in current_dict:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user