# Ansible-lint configuration
exclude_paths:
  - .venv/
  - .cache/
  - molecule/
  - .molecule/
  - .pytest_cache/
skip_list:
  # Rootless Docker uses `systemctl --user` which the systemd module doesn't support
  - command-instead-of-module
