From 3ec45f19525ac14f472ef49ca7d04b101676d8a7 Mon Sep 17 00:00:00 2001 From: Daniel Vijge Date: Fri, 13 Oct 2023 16:03:18 +0200 Subject: [PATCH] Change to newer Ansible GitHub action Newer version of Ansible is required to download galaxy packages --- .github/workflows/test-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-configuration.yaml b/.github/workflows/test-configuration.yaml index f2c7bc8..58fac27 100644 --- a/.github/workflows/test-configuration.yaml +++ b/.github/workflows/test-configuration.yaml @@ -12,7 +12,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Run Ansible Playbook - uses: arillso/action.playbook@master + uses: ansible-lockdown/action.playbook@main with: playbook: test_config_local.yaml inventory: inventory-sample.yaml