Forum Discussion
sjurkowski
Mar 06, 2017Nimbostratus
Scott, have you had any luck with identifying a resolution to this? I'm seeing this while using bigip_pool_member in ansible to remove members ..though it works if I use the following construct on the task..it seems to fail on the first go around but then succeeds on the 2nd. I'm using ansible 2.3.0
register: task_result
until: task_result|success
retries: 3
delay: 10