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.
2 parents dfadcef + f40f9a9 commit c1406a3Copy full SHA for c1406a3
tasks/install.yml
@@ -6,9 +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
0 commit comments