Skip to content

Commit

Permalink
Try to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 12, 2024
1 parent eb0cab9 commit 505db46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Test Ansible Playbook
run: |
ansible-playbook playbook.yaml
sudo ansible-playbook playbook.yaml
1 change: 1 addition & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Install dependencies and configure environment
hosts: localhost
gather_facts: true
become: yes
tasks:
- name: Update apt cache (Ubuntu)
apt:
Expand Down

0 comments on commit 505db46

Please sign in to comment.