Closed emmett08 closed 2 years ago
@emmett08 - It's a misleading error message which is emitted because there is a problem with cluster_vars. I fixed it in my fork: https://github.com/dseeley/clusterverse/commit/29e46747354ad3c11ed2509e4f8a64ff0c0b8c41#diff-080c65f7705c42d47abd80977efa817c52ab78ec2dbfc9bb724584af23f9496f
Thank you @dseeley
When executing playbook locally using poetry run ansible-playbook .... the clusterverse play terminates process with exception:
fatal: [localhost]: FAILED! => {"msg": "{{cluster_vars_override}}: 'cluster_vars_override' is undefined"}
Why is this the case?