Skip to content

Commit

Permalink
ci(ci): dont enforce ansible lint
Browse files Browse the repository at this point in the history
ref: #20 #21
  • Loading branch information
jon-nfc committed Aug 23, 2024
1 parent fd5600f commit 95f3b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
ANSIBLE_LINTING_MUST_PASS: true
ANSIBLE_LINTING_MUST_PASS: false
secrets:
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}

Expand Down

0 comments on commit 95f3b43

Please sign in to comment.