Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 9, 2023
1 parent d61ebb1 commit 76a6c90
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/run-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,7 @@ jobs:
- 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"
# - name: Run playbook
# uses: dawidd6/action-ansible-playbook@v2
# with:
# # Required, playbook filepath
# playbook: hms-docker.yml
# # Optional, directory where playbooks live
# directory: ${{ github.workspace }}
# # Optional, galaxy requirements filepath
# # requirements: galaxy-requirements.yml

# # Optional, additional flags to pass to ansible-playbook
# options: |
# --inventory inventory
# --connection local
# --extra-vars "hms_docker_compose_container_state=absent hms_docker_container_map.transmission.enabled=no hms_docker_container_map.plex.enabled=no"
# --verbose

- name: Debug
run: |
docker-compose --version
docker --version

0 comments on commit 76a6c90

Please sign in to comment.