Skip to content

Commit

Permalink
Merge pull request #27 from bencomp/traefik-1.7.6
Browse files Browse the repository at this point in the history
Update traefik binary URL to v1.7.6
  • Loading branch information
eliecharra authored Jan 7, 2019
2 parents 87bcf8a + e8ba94d commit f3943df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# defaults file for kibatic.traefik
traefik_install_dir: /usr/bin
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.7.5/traefik_linux-amd64
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.7.6/traefik_linux-amd64
traefik_bin_path: "{{ traefik_install_dir }}/traefik"
traefik_config_file: /etc/traefik.toml
traefik_template: traefik.toml
Expand Down

0 comments on commit f3943df

Please sign in to comment.