From 3ef8841c483218851bb5b11354a6e01847d71326 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Thu, 7 Aug 2025 21:58:54 -0500 Subject: [PATCH] Maybe it doesn't like comments? --- playbooks/tests/inv_formats.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/tests/inv_formats.yml b/playbooks/tests/inv_formats.yml index 0048e7b..1e39329 100644 --- a/playbooks/tests/inv_formats.yml +++ b/playbooks/tests/inv_formats.yml @@ -1,4 +1,3 @@ -# Try 1: Full collection path - inventory/test1.yml --- plugin: ansible_collections.linode.cloud.plugins.inventory.inventory access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}" @@ -7,7 +6,6 @@ compose: ansible_user: phlux --- -# Try 2: Just the collection name - inventory/test2.yml plugin: linode.cloud.inventory access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}" compose: @@ -15,7 +13,6 @@ compose: ansible_user: phlux --- -# Try 3: Community general version - inventory/test3.yml plugin: community.general.linode api_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}" compose: