Skip to content

Commit f40f9a9

Browse files
committed
Fixes #86: rather than using ignore_errors, relying on handlers: failed_when would not be ideal in this scenario
1 parent 05f3dbc commit f40f9a9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tasks/install.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@
66
- name: Include Generic tasks
77
include_tasks: install-Generic.yml
88
when: ansible_os_family != 'Debian'
9-
10-
- name: Enabling and starting HAproxy service
11-
ansible.builtin.service:
12-
name: "{{ haproxy_service }}"
13-
state: started
14-
enabled: true
15-
ignore_errors: true

0 commit comments

Comments
 (0)