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