From 9f5cc4eb8b3e76d3b5ae35599b594cfb642dbb7f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 May 2022 11:01:42 -0700 Subject: [PATCH] inventory: change how iad domain is constructed. We can't use things that are not in the facts cache for this. Signed-off-by: Kevin Fenzi --- inventory/zzz-inventory.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/zzz-inventory.config b/inventory/zzz-inventory.config index 3ae8f7618d..55cc168b28 100644 --- a/inventory/zzz-inventory.config +++ b/inventory/zzz-inventory.config @@ -2,7 +2,7 @@ plugin: constructed strict: False compose: groups: - iad2: datacenter == 'iad2' + iad2: ansible_domain = 'iad2.fedoraproject.org' keyed_groups: - prefix: distro key: ansible_distribution