Retry OVH API.
This commit is contained in:
parent
ac0f755150
commit
a89b664cf9
@ -53,6 +53,10 @@
|
||||
OVH_APPLICATION_KEY: "{{ OVH_APPLICATION_KEY }}"
|
||||
OVH_APPLICATION_SECRET: "{{ OVH_APPLICATION_SECRET }}"
|
||||
OVH_CONSUMER_KEY: "{{ OVH_DNS_CONSUMER_KEY }}"
|
||||
register: ovh_a_output
|
||||
until: "ovh_a_output is not failed"
|
||||
retries: 10
|
||||
delay: 10
|
||||
|
||||
- name: Create PTR server record
|
||||
ovh_reverse:
|
||||
|
Loading…
Reference in New Issue
Block a user