Add tag for OVH DNS API tasks.

This commit is contained in:
yohan 2024-06-18 19:46:17 +02:00
parent a89b664cf9
commit ec93d67b71

View File

@ -57,6 +57,7 @@
until: "ovh_a_output is not failed"
retries: 10
delay: 10
tags: ovh_dns
- name: Create PTR server record
ovh_reverse:
@ -72,3 +73,4 @@
until: "ovh_reverse_output is not failed"
retries: 10
delay: 10
tags: ovh_dns