Skip to content

Commit

Permalink
Bump to traefik 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie CHARRA committed Mar 29, 2017
1 parent 96d4796 commit ecd7559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Role Variables

```yml
traefik_install_dir: /usr/bin
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.2.0/traefik_linux-amd64
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.2.1/traefik_linux-amd64
traefik_bin_path: "{{ traefik_install_dir }}/traefik"
traefik_config_file: /etc/traefik.toml
traefik_template: traefik.toml
Expand Down
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.2.0/traefik_linux-amd64
traefik_binary_url: https://github.com/containous/traefik/releases/download/v1.2.1/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 ecd7559

Please sign in to comment.