diff options
Diffstat (limited to 'ansible_collections/cyberark/conjur/.github/workflows')
-rw-r--r-- | ansible_collections/cyberark/conjur/.github/workflows/ansible-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/cyberark/conjur/.github/workflows/ansible-test.yml b/ansible_collections/cyberark/conjur/.github/workflows/ansible-test.yml index aa74f4dea..091efc318 100644 --- a/ansible_collections/cyberark/conjur/.github/workflows/ansible-test.yml +++ b/ansible_collections/cyberark/conjur/.github/workflows/ansible-test.yml @@ -74,7 +74,7 @@ jobs: # The docker container has all the pinned dependencies that are required. # Explicitly specify the version of Python we want to test - name: Run sanity tests - run: ansible-test sanity --docker -v --color --python ${{ matrix.python }} + run: ansible-test sanity --docker -v --color --python ${{ matrix.python }} --exclude dev/ --exclude ci/ --exclude secrets.yml working-directory: ./ansible_collections/cyberark/conjur ### |