Skip to content

Commit 395ddc8

Browse files
committed
ci: Ignore name[unique] ansible-lint for selinux and networking
selinux was already done: linux-system-roles/selinux@beabf096278748b2ec network is being done in linux-system-roles/network#793
1 parent d553a75 commit 395ddc8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

inventory/host_vars/network.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ansible_lint:
99
extra_vars:
1010
test_playbook: tests_default.yml
1111
network_provider: nm
12+
skip_list:
13+
- name[unique]
1214
yamllint:
1315
ignore: |
1416
tests/roles/

inventory/host_vars/selinux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github_actions:
66
schedule:
77
- cron: "37 4 * * 4"
88
ansible_lint:
9+
skip_list:
10+
- name[unique]
911
mock_modules:
1012
- seboolean
1113
- selinux

0 commit comments

Comments
 (0)