# .ansible-lint
exclude_paths:
  - .cache/  # implicit unless exclude_paths is defined in config
  - .github/
  - src/molecule_gce/cookiecutter/{{cookiecutter.molecule_directory}}
mock_modules:
  - google.cloud.gcp_compute_instance
  - google.cloud.gcp_compute_network_info
  - google.cloud.gcp_compute_subnetwork_info
warn_list:
  - fqcn-builtins
