Skip to content

Commit

Permalink
try different logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 9, 2023
1 parent 6fdf4fd commit 6dad076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/hmsdocker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
# env_file: "{{ compose_env.dest }}" # Commented out since this module defaults to using the .env file within the project_src location, but leaving just in case advanced users wish to point to a different location
when:
- not ansible_check_mode
- not is_github_runner is defined and is_github_runner
- is_github_runner|default(false)

- name: Sabnzbd additional config
when: container_enabled_sabnzbd
Expand Down Expand Up @@ -143,4 +143,4 @@
import_tasks: "transmission.yml"
when:
- container_enabled_transmission
- not is_github_runner is defined and is_github_runner
- is_github_runner|default(false)

0 comments on commit 6dad076

Please sign in to comment.