Skip to content

Commit

Permalink
Switch to non-deprecated singular form. (#459)
Browse files Browse the repository at this point in the history
The plural form has been removed from ansible-core devel.
The singluar form has been present since ansible-base 2.10.
  • Loading branch information
felixfontein authored Nov 5, 2024
1 parent ff5d334 commit afc77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
NAMESPACE: community
COLLECTION_NAME: hashi_vault
ANSIBLE_FORCE_COLOR: true
ANSIBLE_COLLECTIONS_PATHS: ${{ github.workspace }}
ANSIBLE_COLLECTIONS_PATH: ${{ github.workspace }}

jobs:

Expand Down

0 comments on commit afc77bd

Please sign in to comment.