mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
cloudstack: use poll_job() from utils
This commit is contained in:
parent
03d3baa164
commit
aca98e2f8e
16 changed files with 46 additions and 53 deletions
|
@ -297,7 +297,7 @@ class AnsibleCloudStackUser(AnsibleCloudStack):
|
|||
|
||||
poll_async = self.module.params.get('poll_async')
|
||||
if poll_async:
|
||||
user = self._poll_job(user, 'user')
|
||||
user = self.poll_job(user, 'user')
|
||||
return user
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue