Skip to content

Commit 7bffd93

Browse files
committedFeb 2, 2023
Fixes for ansible-lint 6.12.0
[noissue]
1 parent 65c5df7 commit 7bffd93

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed
 

‎.ansible-lint

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ skip_list:
1616
- name[casing]
1717
- galaxy[no-changelog]
1818
- meta-unsupported-ansible
19+
# We're on maintenance now for 3.22. We're not going to refactor to be incompatible with ansible 2.9.
20+
- fqcn[keyword]
1921
exclude_paths:
2022
- ./roles/ansible-role-postgresql/
2123
- ./roles/geerlingguy.postgresql/

‎roles/pulp_rpm_prerequisites/tests/inventory

-2
This file was deleted.

‎roles/pulp_rpm_prerequisites/tests/test.yml

-6
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.