Skip to content

Commit 41b8ad8

Browse files
committed
move config
1 parent e0c5567 commit 41b8ad8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

roles/.config/ansible-lint.yml renamed to .config/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ skip_list:
44
- line-length
55
- risky-shell-pipe
66
- no-changed-when
7-
- no-handler
7+
- no-handler

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ jobs:
1212

1313
- name: Lint Ansible Playbook
1414
uses: ansible/ansible-lint-action@main
15-
with:
16-
path: "roles/"
15+
1716
# Static: use Ansible Community Edition 4.8.0, with lowest compatible Ansible Core 2.11.6 and use Ansible-lint 5.2.1

0 commit comments

Comments
 (0)