Skip to content

Commit

Permalink
updated to use ansible-lockdown branch for action
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Aug 30, 2023
1 parent 2da3957 commit a76d552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

# Run the ansible playbook
- name: Run_Ansible_Playbook
uses: arillso/action.playbook@master
uses: ansible-lockdown/action.playbook@main
with:
playbook: site.yml
inventory: .github/workflows/github_linux_IaC/hosts.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

# Run the ansible playbook
- name: Run_Ansible_Playbook
uses: arillso/action.playbook@master
uses: ansible-lockdown/action.playbook@main
with:
playbook: site.yml
inventory: .github/workflows/github_linux_IaC/hosts.yml
Expand Down

0 comments on commit a76d552

Please sign in to comment.