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 05f3dbc commit f40f9a9Copy full SHA for f40f9a9
tasks/install.yml
@@ -6,10 +6,3 @@
6
- name: Include Generic tasks
7
include_tasks: install-Generic.yml
8
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