forked from pulp/pulp_installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ansible-lint
36 lines (36 loc) · 1.25 KB
/
.ansible-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# systemctl show-environment trips this, but it should only complain about
# systemctl subcommands that actually manage services.
skip_list:
- '303'
# Use module shortnames so long as we support Ansible 2.9
- 'fqcn-builtins'
# Sometimes using `when: result.changed` is more robust. Like when you need to immediately run the
# commands, or you have a rescue block.
- 'no-handler'
# This accidentally flags the "copy" module with the "content" parameter using jinja2. But template has no "content" parameter.
- 'template-instead-of-copy'
# There's no point in naming import_tasks tasks
- name[missing]
# sometimes you want to specify something whose syntax is lowercase as the beginning of a task name
- name[casing]
exclude_paths:
- ./roles/ansible-role-postgresql/
- ./roles/geerlingguy.postgresql/
- ./roles/*/*.md
- ../../.ansible/roles/geerlingguy.postgresql/
- ../../.ansible/roles/lexa-uw.letsencrypt/
- ./.github/
- ./vagrant/
- ./.vagrant/
- ./molecule/
- ./.cache/roles/geerlingguy.postgresql/
- ./.cache/ansible-lint/
- ../../.cache/ansible-lint/
- ../../../.cache/ansible-lint/
- ../../../.cache/ansible-compat/
- ./example.dev-config.yml
- ./docs/
- ./pulp-ci/
- ./playbooks/resize_disk.yaml
- ./forklift/