1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cloudstack: clean up unneeded ";"

This commit is contained in:
Rene Moser 2015-11-01 17:13:46 +01:00
parent f528ad1848
commit c09a34bb10

View file

@ -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: