Maybe it doesn't like comments?
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# Try 1: Full collection path - inventory/test1.yml
|
|
||||||
---
|
---
|
||||||
plugin: ansible_collections.linode.cloud.plugins.inventory.inventory
|
plugin: ansible_collections.linode.cloud.plugins.inventory.inventory
|
||||||
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
||||||
@@ -7,7 +6,6 @@ compose:
|
|||||||
ansible_user: phlux
|
ansible_user: phlux
|
||||||
|
|
||||||
---
|
---
|
||||||
# Try 2: Just the collection name - inventory/test2.yml
|
|
||||||
plugin: linode.cloud.inventory
|
plugin: linode.cloud.inventory
|
||||||
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
||||||
compose:
|
compose:
|
||||||
@@ -15,7 +13,6 @@ compose:
|
|||||||
ansible_user: phlux
|
ansible_user: phlux
|
||||||
|
|
||||||
---
|
---
|
||||||
# Try 3: Community general version - inventory/test3.yml
|
|
||||||
plugin: community.general.linode
|
plugin: community.general.linode
|
||||||
api_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
api_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
||||||
compose:
|
compose:
|
||||||
|
Reference in New Issue
Block a user