Skip to content

Commit

Permalink
Change to newer Ansible GitHub action
Browse files Browse the repository at this point in the history
Newer version of Ansible is required to download galaxy packages
  • Loading branch information
danielvijge committed Oct 13, 2023
1 parent b4559ca commit 3ec45f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ec45f1

Please sign in to comment.