Skip to content

Commit 395eee4

Browse files
author
Olivier Locard
committed
Install-Debian: Remove the release condition.
1 parent 01eee52 commit 395eee4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/install/Debian.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
repo: "deb http://http.debian.net/debian {{ ansible_distribution_release }} main"
55
state: present
66
update_cache: yes
7-
when: ansible_distribution_release == 'jessie'
87

98
- name: Debian - Ensure HAProxy is installed.
109
apt:
1110
name: "{{ haproxy_package_name }}"
1211
default_release: "{{ ansible_distribution_release }}"
13-
when: ansible_distribution_release == 'jessie'

0 commit comments

Comments
 (0)