Retry OVH API.

This commit is contained in:
yohan 2024-06-18 19:42:21 +02:00
parent ac0f755150
commit a89b664cf9

View File

@ -53,6 +53,10 @@
OVH_APPLICATION_KEY: "{{ OVH_APPLICATION_KEY }}" OVH_APPLICATION_KEY: "{{ OVH_APPLICATION_KEY }}"
OVH_APPLICATION_SECRET: "{{ OVH_APPLICATION_SECRET }}" OVH_APPLICATION_SECRET: "{{ OVH_APPLICATION_SECRET }}"
OVH_CONSUMER_KEY: "{{ OVH_DNS_CONSUMER_KEY }}" 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 - name: Create PTR server record
ovh_reverse: ovh_reverse: