Skip to content

Commit c768be6

Browse files
committed
add ansible-lint skip_list
1 parent fb6574c commit c768be6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.ansible-lint

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
skip_list:
2+
- 'yaml'
3+
- 'role-name'
4+
- 'ignore-errors'
5+
- 'package-latest'
6+
- 'risky-file-permissions' # TODO
7+
- 'no-log-password' # We do not display passwords

.github/workflows/ansible-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
add_pgnode.yml
2828
add_balancer.yml
2929
override-deps: ansible==2.10.7
30-
args: "-x 106,208,403"
30+
args: ""
3131

3232
- name: Lint playbook with Ansible v2.9
3333
uses: iranzo/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
add_pgnode.yml
3838
add_balancer.yml
3939
override-deps: ansible==2.9.22
40-
args: "-x 106,208,403"
40+
args: ""
4141

4242
- name: Lint playbook with Ansible v2.8
4343
uses: iranzo/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
add_pgnode.yml
4848
add_balancer.yml
4949
override-deps: ansible==2.8.20
50-
args: "-x 106,208,403"
50+
args: ""
5151

5252
- name: Lint playbook with Ansible v2.7
5353
uses: iranzo/[email protected]
@@ -57,6 +57,6 @@ jobs:
5757
add_pgnode.yml
5858
add_balancer.yml
5959
override-deps: ansible==2.7.18
60-
args: "-x 106,208,403"
60+
args: ""
6161

6262
...

0 commit comments

Comments
 (0)