Skip to content

Commit 6f64a78

Browse files
committed
try to fix ansible lint via configuring extra_vars for it
1 parent 95a36f5 commit 6f64a78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ansible-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ exclude_paths:
2020
- environments/common/files/filebeat/filebeat.yml
2121
# Rule 'load-failure[filenotfounderror]' is also unskippable
2222
- ansible/roles/compute_init/files/compute-init.yml
23+
24+
extra_vars:
25+
appliances_mode: build

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030

3131
- name: Run ansible-lint
3232
uses: ansible/[email protected]
33-
with:
34-
args: '-i environments/common/inventory/'
3533
env:
3634
ANSIBLE_COLLECTIONS_PATH: .ansible/collections
3735

0 commit comments

Comments
 (0)