cloudstack: fix query tags by resourceid (#40482)

pull/40347/head
René Moser 6 years ago committed by GitHub
parent 483df13626
commit 516e18f4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -546,7 +546,7 @@ class AnsibleCloudStack:
def query_tags(self, resource, resource_type):
args = {
'resourceids': resource['id'],
'resourceid': resource['id'],
'resourcetype': resource_type,
}
tags = self.query_api('listTags', **args)

Loading…
Cancel
Save