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 @@ -121,15 +121,15 @@ haproxy_executable_path: '/usr/sbin/haproxy'
121121Variable to pin the PPA version to a certain value:
122122
123123` ` ` yaml
124- haproxy_ppa_version : ' ppa:vbernat/haproxy-3.0 '
124+ haproxy_ppa_version : ' ppa:vbernat/haproxy-3.2 '
125125` ` `
126126
127127#### HAProxy version
128128
129129Variable to pin the HAProxy version to a certain value:
130130
131131` ` ` yaml
132- haproxy_version : ' 3.0 .*'
132+ haproxy_version : ' 3.2 .*'
133133` ` `
134134
135135#### 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