We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776c4e6 commit 55d6ea2Copy full SHA for 55d6ea2
tasks/install.yml
@@ -23,7 +23,7 @@
23
24
- name: Add haproxy apt repo (jessie)
25
apt_repository:
26
- repo: deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports main
+ repo: deb http://http.debian.net/debian {{ ansible_distribution_release }} main
27
state: present
28
update_cache: yes
29
when: ansible_distribution_release == 'jessie'
@@ -43,7 +43,7 @@
43
- name: Install HAProxy (apt jessie)
44
apt:
45
name: "{{ haproxy_package_name }}"
46
- default_release: "{{ansible_distribution_release}}-backports"
+ default_release: "{{ansible_distribution_release}}"
47
48
49
- name: Install HAProxy (Ubuntu)
0 commit comments