From 7936e711236dfbc8ebb1f7f1be2d482e24e4b4b9 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 17 May 2018 23:02:40 -0400 Subject: [PATCH] Forgot to remove temporary URL --- traefik/install.sls | 1 - 1 file changed, 1 deletion(-) diff --git a/traefik/install.sls b/traefik/install.sls index 8b5121a..6aaa8fc 100644 --- a/traefik/install.sls +++ b/traefik/install.sls @@ -32,7 +32,6 @@ traefik-config-dir: # Install agent traefik-download: file.managed: - https://github.com/containous/traefik/releases/download/v1.6.1/traefik_linux-amd64 - name: /tmp/traefik-{{ traefik.version }} - source: https://{{ traefik.download_host }}/containous/traefik/releases/download/v{{ traefik.version }}/traefik_linux_{{ traefik.arch }} - mode: 0755