Update inventory playbook to accurately call the role

This commit is contained in:
2025-05-11 00:06:34 -05:00
parent b7e6b1af07
commit f3c36b37c6

View File

@@ -3,7 +3,7 @@
hosts: localhost hosts: localhost
gather_facts: false gather_facts: false
roles: roles:
- role: inventory/linode - roles/inventory/linode
vars: vars:
linode_token: "{{ lookup('env', 'LINODE_TOKEN') }}" linode_token: "{{ lookup('env', 'LINODE_TOKEN') }}"