mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
cloudstack: cs_router: fix router not found and async polling in reboot
This commit is contained in:
parent
5979f2543f
commit
c896aab5e3
1 changed files with 4 additions and 3 deletions
|
@ -205,6 +205,7 @@ class AnsibleCloudStackRouter(AnsibleCloudStack):
|
|||
args['projectid'] = self.get_project(key='id')
|
||||
args['account'] = self.get_account(key='name')
|
||||
args['domainid'] = self.get_domain(key='id')
|
||||
args['listall'] = True
|
||||
|
||||
routers = self.cs.listRouters(**args)
|
||||
if routers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue