From f3c36b37c6af30ee0393a34a632cbcf9a23b8435 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sun, 11 May 2025 00:06:34 -0500 Subject: [PATCH] Update inventory playbook to accurately call the role --- playbooks/inventory/linode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/inventory/linode.yaml b/playbooks/inventory/linode.yaml index 07dfc28..4999b58 100644 --- a/playbooks/inventory/linode.yaml +++ b/playbooks/inventory/linode.yaml @@ -3,7 +3,7 @@ hosts: localhost gather_facts: false roles: - - role: inventory/linode + - roles/inventory/linode vars: linode_token: "{{ lookup('env', 'LINODE_TOKEN') }}"