Skip to content

Commit 1a8b278

Browse files
authored
Merge pull request Deveryware#5 from Aversiste/remove-squeeze
Squeeze is long gone
2 parents f2596b8 + b4a2cfc commit 1a8b278

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tasks/install.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
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
@@ -47,12 +40,6 @@
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 }}"

0 commit comments

Comments
 (0)