Skip to content

Commit

Permalink
change to full ansible command
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 9, 2023
1 parent e9360e0 commit 8d30f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo pip3 install ansible
- name: Run playbook
run: |
sudo make apply
sudo ansible-playbook -i inventory --connection local hms-docker.yml --diff --extra-vars "hms_docker_compose_container_state=absent hms_docker_container_map.transmission.enabled=no hms_docker_container_map.plex.enabled=no"
# - name: Run playbook
# uses: dawidd6/action-ansible-playbook@v2
# with:
Expand Down

0 comments on commit 8d30f20

Please sign in to comment.