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
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
ansible-lint requires the filelock python module to be present.
$ ansible-lint playbook.yml
File "/usr/bin/ansible-lint", line 5, in <module>
from ansiblelint.__main__ import _run_cli_entrypoint
File "/usr/lib/python3.10/site-packages/ansiblelint/__main__.py", line 38, in <module>
from filelock import FileLock
ModuleNotFoundError: No module named 'filelock'