mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
cloudstack: remove listall in cs_project
listall in cs_project can return the wrong project for root admins, because project name are not unique in separate accounts.
This commit is contained in:
@@ -160,7 +160,6 @@ class AnsibleCloudStackProject(AnsibleCloudStack):
|
||||
project = self.module.params.get('name')
|
||||
|
||||
args = {}
|
||||
args['listall'] = True
|
||||
args['account'] = self.get_account(key='name')
|
||||
args['domainid'] = self.get_domain(key='id')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user