Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jan 30, 2025
1 parent b24ede4 commit ab5afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
TOXENV=collection lsr_ci_runtox
coll_dir=".tox/ansible_collections/$LSR_ROLE2COLL_NAMESPACE/$LSR_ROLE2COLL_NAME"
# cleanup
rm -rf .tox/ansible_collections/$LSR_ROLE2COLL_NAMESPACE/$LSR_ROLE2COLL_NAME"/.ansible
rm -rf "$coll_dir/.ansible"
# check
tail .ansible/collections/ansible_collections/community/general/plugins/modules/ini_file.py || :
# ansible-lint action requires a .git directory???
Expand Down

0 comments on commit ab5afa7

Please sign in to comment.