Skip to content

Commit 55d6ea2

Browse files
committed
jessie-backports is deprecated
Since June 2018
1 parent 776c4e6 commit 55d6ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
- name: Add haproxy apt repo (jessie)
2525
apt_repository:
26-
repo: deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports main
26+
repo: deb http://http.debian.net/debian {{ ansible_distribution_release }} main
2727
state: present
2828
update_cache: yes
2929
when: ansible_distribution_release == 'jessie'
@@ -43,7 +43,7 @@
4343
- name: Install HAProxy (apt jessie)
4444
apt:
4545
name: "{{ haproxy_package_name }}"
46-
default_release: "{{ansible_distribution_release}}-backports"
46+
default_release: "{{ansible_distribution_release}}"
4747
when: ansible_distribution_release == 'jessie'
4848

4949
- name: Install HAProxy (Ubuntu)

0 commit comments

Comments
 (0)