diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 43add20..f506ca2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -200,4 +200,4 @@ jobs: run: pip install black - name: Run black --check - run: black -l79 --check ansible_collections/ansible/utils \ No newline at end of file + run: black -l79 --diff --check ansible_collections/ansible/utils \ No newline at end of file