Skip to content

Commit

Permalink
make ubuntu20 verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 9, 2023
1 parent 7baec9f commit dd05e3e
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 @@ -34,4 +34,4 @@ jobs:
sudo apt install ansible
- name: Run playbook
run: |
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 is_github_runner=yes"
sudo ansible-playbook --verbose -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 is_github_runner=yes"

0 comments on commit dd05e3e

Please sign in to comment.