Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed May 7, 2024
1 parent 89e08e3 commit dfc8cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/extra-vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"is_github_runner": true,
"container_expose_ports": false,
"container_expose_ports": true,
"hms_docker_plex_ssl_enabled": true,
"separate_4k_instances_enable": true,
"tautulli_include_jbops": true,
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--diff
--extra-vars "@.github/extra-vars.yml"
#- name: Check containers
# run: |
# sleep 10
# sudo make verify-containers
- name: Check containers
run: |
sleep 10
sudo make verify-containers

0 comments on commit dfc8cc3

Please sign in to comment.