Update inventory playbook to accurately call the role
This commit is contained in:
@@ -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') }}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user