Add retries for DNS check.

This commit is contained in:
yohan 2024-10-06 22:47:37 +02:00
parent d03d25fa78
commit b3646b9df2

View File

@ -65,6 +65,10 @@
- name: check DNS
command: host scimetis.net 127.0.0.1
changed_when: false
register: check_dns
until: "check_dns is not failed"
retries: 10
delay: 10
- name: Disable OVH DNS autoconf
community.general.nmcli: