Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 12, 2024
1 parent 7f9ee16 commit 6ffd62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Install Ansible
run: |
sudo python -m pip install --upgrade pip
sudo pip install ansible
python -m pip install --upgrade pip
pip install ansible
- name: Test Ansible Playbook
run: |
sudo ansible-playbook .cfg/playbook-with-mac.yaml
ansible-playbook .cfg/playbook-with-mac.yaml

0 comments on commit 6ffd62a

Please sign in to comment.