Skip to content

Commit

Permalink
Bump haproxy version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 14, 2018
1 parent 632bae3 commit c4771d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## haproxy
## haproxy

[![Build Status](https://travis-ci.org/Oefenweb/ansible-haproxy.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-haproxy) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-haproxy-blue.svg)](https://galaxy.ansible.com/Oefenweb/haproxy)

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for haproxy
---
haproxy_version: 1.6
haproxy_version: 1.8

haproxy_dependencies:
- name: haproxy
Expand Down
2 changes: 1 addition & 1 deletion tests/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
roles:
- ../../
vars:
haproxy_version: "{{ (ansible_distribution_version is version_compare('18.04', '>=')) | ternary(1.7, 1.6) }}"
haproxy_version: "{{ (ansible_distribution_version is version_compare('12.04', '>')) | ternary(1.8, 1.7) }}"

0 comments on commit c4771d2

Please sign in to comment.