Ansible-lint load-failure error
Lint produces:
load-failure: [Errno 2] No such file or directory: '/ansible/icinga/icinga/icinga-base.yml' (filenotfounderror)
Ansile itself works fine.
Lint produces:
load-failure: [Errno 2] No such file or directory: '/ansible/icinga/icinga/icinga-base.yml' (filenotfounderror)
Ansile itself works fine.
assigned to @107142
Removing the path and using relative seems to silence the linter, though I'm not sure this is an error on the syntax side. Seems to be an issue with ansible-lint not properly evaluating paths.
Still, using relative path should not break anything ...
closed with commit a4e4fde8