From afc77bdcb50c88f880851c8d5ffc804052273c3b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 5 Nov 2024 21:35:03 +0100 Subject: [PATCH] Switch to non-deprecated singular form. (#459) The plural form has been removed from ansible-core devel. The singluar form has been present since ansible-base 2.10. --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 0680daf8..7754f363 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -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: