Skip to content

Commit c1406a3

Browse files
authored
Merge pull request #87 from JimCircadian/86_correcting_install_start
Dev #86: ignores startup errors in case we're reconfiguring
2 parents dfadcef + f40f9a9 commit c1406a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/install.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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

0 commit comments

Comments
 (0)