Skip to content

Commit b17ebde

Browse files
committed
traefik: Always add google acme commands variable
Doesn't make sense to leave it out as it is properly disabled when user hasn't set the relevant variables using the inventory.
1 parent d7686fc commit b17ebde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/traefik/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ traefik_docker_commands: "{{ traefik_docker_commands_default
239239
+ traefik_docker_commands_custom
240240
+ traefik_docker_commands_metrics
241241
+ traefik_docker_commands_tracing
242-
+ traefik_docker_commands_pilot }}"
242+
+ traefik_docker_commands_pilot
243+
+ traefik_docker_commands_google_acme }}"
243244

244245
# Volumes
245246
traefik_docker_volumes_default:

0 commit comments

Comments
 (0)