Skip to content

Commit 07759ec

Browse files
committed
ansible-lint fixes
1 parent 628b22b commit 07759ec

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.meta/ansible-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
quiet: true
3-
43
skip_list:
5-
- role-name
4+
# "All names should start with an uppercase letter for languages that support it"
65
- name[casing]
6+
# "collection version should be greater than or equal to 1.0.0"
77
- galaxy[version-incorrect]
8+
# We use yamllint separately
9+
- yaml
10+
exclude_paths:
11+
- .pre-commit-config.yaml

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.14.0"
2+
requires_ansible: ">=2.15.0"

0 commit comments

Comments
 (0)