summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/.ansible-lint-only-builtins-allow
blob: ddcbe6c4cdbd7caca06b833c56d54d8322f44d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-lint-config.json
# Mock modules or roles in order to pass ansible-playbook --syntax-check
mock_modules:
  - fake_namespace.fake_collection.fake_module

only_builtins_allow_collections:
  - fake_namespace.fake_collection
only_builtins_allow_modules:
  - zuul_return

# skip rule to test builtin rule
skip_list:
  - args[module]