f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Provide a way to be able to perform a DO post async while waiting for status: OK #20

Closed boeboe closed 4 years ago

boeboe commented 4 years ago

Currently, when you do a DO declaration POST async wise, it will return, even when the status is still running. I have tried to use the GET method after my post tasks, but unfortunately include_role does not allow for loops, nor until/delay/retries constructs.