We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a36f5 commit 6f64a78Copy full SHA for 6f64a78
.ansible-lint.yml
@@ -20,3 +20,6 @@ exclude_paths:
20
- environments/common/files/filebeat/filebeat.yml
21
# Rule 'load-failure[filenotfounderror]' is also unskippable
22
- ansible/roles/compute_init/files/compute-init.yml
23
+
24
+extra_vars:
25
+ appliances_mode: build
.github/workflows/lint.yml
@@ -30,8 +30,6 @@ jobs:
30
31
- name: Run ansible-lint
32
uses: ansible/[email protected]
33
- with:
34
- args: '-i environments/common/inventory/'
35
env:
36
ANSIBLE_COLLECTIONS_PATH: .ansible/collections
37
0 commit comments