From 004c67b69dc13ac827a6ed911213bd46ca0792da Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 5 Dec 2025 12:01:07 -0500 Subject: [PATCH] builder.yml: Add POK Signed-off-by: David Galloway --- ansible/examples/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index bb33f323..14249626 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -410,7 +410,7 @@ - set_fact: permanent: true with_items: "{{ ansible_all_ipv4_addresses }}" - when: "item.startswith('172.21.') or item.startswith('8.43')" + when: item | regex_search('^(172\\.21\\.|8\\.43\\.|10\\.20\\.)') tags: always ## Let's make sure nodename gets set using our Sepia hostnames if the builder's in Sepia -- 2.47.3