---
# .ansible-lint

profile: min

# 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 are parsed relative to the CWD of execution.
exclude_paths:
  # exclude files that contain include tasks
  - playbooks/derive_profiles.yml 
  - playbooks/servers_to_file.yml 
  - playbooks/vlans_to_file.yml 
