We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872645f commit 3b38087Copy full SHA for 3b38087
.github/workflows/gate-lint-ansible-roles.yaml
@@ -28,4 +28,4 @@ jobs:
28
- name: Set git safe directory
29
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
- name: Lint Ansible Roles
31
- run: ansible-lint -x 204 -x experimental -x command-instead-of-module ./build/ansible_roles/*
+ run: find ./build/ansible_roles -mindepth 1 -maxdepth 1 -type d | xargs -P $(nproc) -I {} ansible-lint -x 204 -x experimental -x command-instead-of-module {}
0 commit comments