From d42da6d57da43fa78a816c080cb33d79072f1b96 Mon Sep 17 00:00:00 2001 From: brusq-RH <76945214+brusq-RH@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:55:05 +0200 Subject: [PATCH] up --- aap/inventory/edge_inventory.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aap/inventory/edge_inventory.yaml b/aap/inventory/edge_inventory.yaml index d45e669..0a7c424 100644 --- a/aap/inventory/edge_inventory.yaml +++ b/aap/inventory/edge_inventory.yaml @@ -1,7 +1,7 @@ plugin: flightctl.core.flightctl verify_ssl: false -token: '{{lookup('env', 'flight_ctrl_token')}}' -host: '{{lookup('env', 'flight_ctrl_url')}}' +token: "{{lookup('ansible.builtin.env', 'flight_ctrl_token')}}" +host: "{{lookup('ansible.builtin.env', 'flight_ctrl_url')}}" hostnames: "metadata.labels.alias" additional_groups: - group_by: "metadata.labels.type" \ No newline at end of file