File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,15 +122,15 @@ haproxy_executable_path: '/usr/sbin/haproxy'
122122Variable to pin the PPA version to a certain value:
123123
124124` ` ` yaml
125- haproxy_ppa_version : ' ppa:vbernat/haproxy-3.0 '
125+ haproxy_ppa_version : ' ppa:vbernat/haproxy-3.2 '
126126` ` `
127127
128128#### HAProxy version
129129
130130Variable to pin the HAProxy version to a certain value:
131131
132132` ` ` yaml
133- haproxy_version : ' 3.0 .*'
133+ haproxy_version : ' 3.2 .*'
134134` ` `
135135
136136#### HAProxy user
Original file line number Diff line number Diff line change 77# Path to the executable of HAProxy
88haproxy_executable_path : " /usr/sbin/haproxy"
99# HAProxy PPA version
10- haproxy_ppa_version : " ppa:vbernat/haproxy-3.0 "
10+ haproxy_ppa_version : " ppa:vbernat/haproxy-3.2 "
1111# HAProxy version
12- haproxy_version : " 3.0 .*"
12+ haproxy_version : " 3.2 .*"
1313# HAProxy user
1414haproxy_user : " haproxy"
1515# HAProxy group
You can’t perform that action at this time.
0 commit comments