We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc2b6f commit 7812677Copy full SHA for 7812677
.ansible-lint
@@ -6,3 +6,7 @@ skip_list:
6
warn_list:
7
- ignore-errors
8
- experimental
9
+
10
+use_default_rules: true
11
+rulesdir:
12
+ - ./lintrules/ansible/
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python 3.x
15
uses: actions/setup-python@v6
16
with:
17
- python-version: 3.x
+ python-version: 3.13
18
- name: Install dependencies
19
run: |
20
pip3 install ansible ansible-lint yamllint
@@ -24,7 +24,7 @@ jobs:
24
sudo chmod 777 /var/log/vmtools/
25
- name: Run ansible-lint
26
27
- ansible-lint -R -r lintrules/ansible
+ ansible-lint
28
- name: Run actions yamllint
29
30
yamllint .github/workflows/*yml
0 commit comments