---
# .ansible-lint
skip_list:
  - fqcn[deep] # Skip the 'fqcn[deep]' warning
  # - fqcn[keyword]
  - command-instead-of-module
  - yaml[line-length]
  - args[module]
  - yaml[indentation]
