Skip to content

Commit 01eee52

Browse files
author
Olivier Locard
committed
Install-Debian: Typo.
1 parent 44f7ca9 commit 01eee52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install/Debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
- name: Add haproxy apt repo (jessie)
2+
- name: Debian - Ensure haproxy apt repo is added.
33
apt_repository:
44
repo: "deb http://http.debian.net/debian {{ ansible_distribution_release }} main"
55
state: present
66
update_cache: yes
77
when: ansible_distribution_release == 'jessie'
88

9-
- name: Install HAProxy (jessie)
9+
- name: Debian - Ensure HAProxy is installed.
1010
apt:
1111
name: "{{ haproxy_package_name }}"
1212
default_release: "{{ ansible_distribution_release }}"

0 commit comments

Comments
 (0)