Skip to content

Commit

Permalink
Dockwatch: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jun 1, 2024
1 parent c2d8470 commit 91ca902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/dockwatch/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dockwatch_web_subdomain: "{{ dockwatch_name }}"
dockwatch_web_domain: "{{ user.domain }}"
dockwatch_web_port: "80"
dockwatch_web_url: "{{ 'https://' + (dockwatch_web_subdomain + '.' + dockwatch_web_domain
if (dockwatch_web_subdomain | length > 0)
else dockwatch_web_domain) }}"
if (dockwatch_web_subdomain | length > 0)
else dockwatch_web_domain) }}"

################################
# DNS
Expand Down

0 comments on commit 91ca902

Please sign in to comment.