From 3dfcf8900b23cd9d82cc2ba78b5f4ae52a2b629c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Sep 2023 19:50:55 +0300 Subject: [PATCH] delegate to localhost --- tasks/configure_ovh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure_ovh.yml b/tasks/configure_ovh.yml index cb79dd0..6980045 100644 --- a/tasks/configure_ovh.yml +++ b/tasks/configure_ovh.yml @@ -22,6 +22,7 @@ record_ttl: 10 append: true loop: "{{ key_file['results'] }}" + delegate_to: localhost when: - "'.local' not in item['item']" - item['item'] | regex_findall('\.') | length == 1