Skip to content

Commit

Permalink
add ansible-lint skip_list
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jun 17, 2021
1 parent fb6574c commit c768be6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
skip_list:
- 'yaml'
- 'role-name'
- 'ignore-errors'
- 'package-latest'
- 'risky-file-permissions' # TODO
- 'no-log-password' # We do not display passwords
8 changes: 4 additions & 4 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.10.7
args: "-x 106,208,403"
args: ""

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

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

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

...

0 comments on commit c768be6

Please sign in to comment.