# .ansible-lint
# exclude_paths included in this file are parsed relative to this file's location
# and not relative to the CWD of execution. CLI arguments passed to the --exclude
# option will be parsed relative to the CWD of execution.
exclude_paths:
  - .cache/  # implicit unless exclude_paths is defined in config
  - .github/
  - molecule/default/data/
  - roles/geerlingguy.node_exporter/
  - roles/linux-system-roles.network/
  - roles/linux-system-roles.timesync/
  - ansible_collections/
# parseable: true
# quiet: true
# verbosity: 1
skip_list:
  - 'yaml'
  - 'risky-shell-pipe'
