From 3723f368794b92168e05b928b2a86eaff54b25da Mon Sep 17 00:00:00 2001 From: brusq-RH <76945214+brusq-RH@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:51:41 +0200 Subject: [PATCH] up --- aap/inventory/edge_inventory.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aap/inventory/edge_inventory.yaml b/aap/inventory/edge_inventory.yaml index 722d4a8..d45e669 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: "{{ flight_ctrl_token }}" -host: "{{ flight_ctrl_url }}" +token: '{{lookup('env', 'flight_ctrl_token')}}' +host: '{{lookup('env', 'flight_ctrl_url')}}' hostnames: "metadata.labels.alias" additional_groups: - - group_by: "metadata.labels.type" \ No newline at end of file + - group_by: "metadata.labels.type" \ No newline at end of file