Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

The python module filelock is missing #4

@tdpauw

Description

@tdpauw

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions