Skip to content

Commit 17b941b

Browse files
committed
lint workflow
1 parent 78cefda commit 17b941b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.config/ansible-lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ warn_list:
2929

3030
skip_list:
3131
- var-naming[no-role-prefix]
32-
- fqcn[action-core]
3332
- unresolved-module
3433

3534
verbosity: 1

.github/workflows/ansible-lint.yml

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
python3 -m pip install --upgrade pip
3333
pip install ansible
3434
35-
# - name: Install Ansible collections
36-
# run: ansible-galaxy collection install -r .config/requirements.yml
37-
3835
- name: Run ansible-lint
3936
uses: ansible/[email protected]
4037
with:

0 commit comments

Comments
 (0)