File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ galaxy_info:
1313 - name : CentOS
1414 - name : Debian
1515 versions :
16- - wheezy
1716 - jessie
1817 - name : Alpine
1918 categories :
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 (wheezy/ jessie)
24+ - name : Add haproxy apt repo (jessie)
2525 apt_repository :
2626 repo : deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports main
2727 state : present
2828 update_cache : yes
29- when : ansible_distribution_release == 'wheezy' or ansible_distribution_release == ' jessie'
29+ when : ansible_distribution_release == 'jessie'
3030
3131- name : ' Add haproxy apt repo (Ubuntu)'
3232 apt_repository :
4040 name : " {{ haproxy_package_name }}"
4141 when : ansible_pkg_mgr == "yum"
4242
43- - name : Install HAProxy (apt wheezy/ jessie)
43+ - name : Install HAProxy (apt jessie)
4444 apt :
4545 name : " {{ haproxy_package_name }}"
4646 default_release : " {{ansible_distribution_release}}-backports"
47- when : ansible_distribution_release == 'wheezy' or ansible_distribution_release == ' jessie'
47+ when : ansible_distribution_release == 'jessie'
4848
4949- name : Install HAProxy (Ubuntu)
5050 package :
You can’t perform that action at this time.
0 commit comments