Skip to content

Commit

Permalink
Merge pull request #66 from ahembree/simplify-container-logging
Browse files Browse the repository at this point in the history
Simplify container logging
  • Loading branch information
ahembree authored May 7, 2024
2 parents 47018fa + b1a9e06 commit 01ca948
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 107 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 60
sudo make verify-containers
Loading

0 comments on commit 01ca948

Please sign in to comment.