mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-13 14:30:17 +01:00
change template path for molecule test
This commit is contained in:
parent
cb13c5b473
commit
1dd9297de4
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
vars:
|
vars:
|
||||||
molecule_is_test: true
|
molecule_is_test: true
|
||||||
k3s_server_manifests_templates:
|
k3s_server_manifests_templates:
|
||||||
- "ns-monitoring.yml.j2"
|
- "molecule/default/templates/ns-monitoring.yml.j2"
|
||||||
roles:
|
roles:
|
||||||
- role: xanmanning.k3s
|
- role: xanmanning.k3s
|
||||||
|
|
Loading…
Reference in a new issue