diff --git a/.ansible-lint b/.ansible-lint index bda53b5..aa7f693 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -11,4 +11,4 @@ exclude_paths: # Offline mode enables installation of requirements.yml and schema refreshing # needed by the community collection -offline: false +#online: true diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 69781ed..7024749 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -15,4 +15,4 @@ jobs: - name: Run ansible-lint # replace `main` with any valid ref, or tags like `v6` - uses: ansible/ansible-lint-action@cad5176ea6f24a38f909d688bd467ec8d942d7e1 # v 6.17.0 + uses: ansible/ansible-lint-action@v6.3.0 # v 6.17.0 diff --git a/requirements.yml b/requirements.yml index fa97fd5..8e165ea 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,4 @@ --- collections: -- name: community.docker -- name: community.crypto \ No newline at end of file + - name: community.docker + - name: community.crypto \ No newline at end of file