You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it throws error like it can't find any file when using it like a list.@MonolithProjects if you think it is ok I can make a PR to remove https://github.com/lablabs/ansible-role-rke2/blob/859a27f112add823280e9609a2c0056c0f30247f/tasks/rke2.yml#L234-L242
The text was updated successfully, but these errors were encountered:
Summary
I believe the issue is here
ansible-role-rke2/tasks/rke2.yml
Lines 234 to 242 in 859a27f
This part expects rke2_custom_manifests as a list
but this part expects rke2_custom_manifests as a string value
https://github.com/lablabs/ansible-role-rke2/blob/859a27f112add823280e9609a2c0056c0f30247f/tasks/rke2.yml#L252C1-L262
And I don't think we need both.
This role works fine before 1.38.0, the issue starts from #260
Issue Type
Bug Report
Ansible Version
Steps to Reproduce
whenever you have rke2_custom_manifests.
Expected Results
it should work
Actual Results
The text was updated successfully, but these errors were encountered: