File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 2121 mode : " 0644"
2222 when : ansible_pkg_mgr == "yum" and epel_repo_check is defined and epel_repo_check.rc != 0
2323
24- - name : ' Add haproxy apt repo (squeeze)'
25- apt_repository :
26- repo : deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports-sloppy main
27- state : present
28- update_cache : yes
29- when : ansible_distribution_release == 'squeeze'
30-
3124- name : Add haproxy apt repo (wheezy/jessie)
3225 apt_repository :
3326 repo : deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports main
4740 name : " {{ haproxy_package_name }}"
4841 when : ansible_pkg_mgr == "yum"
4942
50- - name : Install HAProxy (apt squeeze)
51- apt :
52- name : " {{ haproxy_package_name }}"
53- default_release : " {{ansible_distribution_release}}-backports-sloppy"
54- when : ansible_distribution_release == 'squeeze'
55-
5643- name : Install HAProxy (apt wheezy/jessie)
5744 apt :
5845 name : " {{ haproxy_package_name }}"
You can’t perform that action at this time.
0 commit comments