We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac9bc1 commit fb20c12Copy full SHA for fb20c12
.github/workflows/ansible_lint.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Run ansible-lint
11
uses: ansible/ansible-lint@6178262c7e0d5e9792b5990d40029047760b8f09
12
with:
13
- args: "--exclude /home/runner/work/syslog-infra/syslog-infra/.ansible/collections/"
+ args: "--exclude .ansible/collections/"
14
setup_python: "true"
15
working_directory: "./ansible/"
16
requirements_file: ""
0 commit comments