mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 10:13:09 +00:00
cloudstack: fix query tags by resourceid (#40482)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user