Skip to content
Snippets Groups Projects
Commit 18ccb07d authored by František Řezníček's avatar František Řezníček
Browse files

Merge branch 'freznicek-alternative-haproxy-install' into 'master'

feat: install haproxy with explicit apt chache update

See merge request !1
parents 275d0712 1c492f38
No related branches found
No related tags found
1 merge request!1feat: install haproxy with explicit apt chache update
---
- name: Ensure HAProxy is installed.
package: name=haproxy state=present
ansible.builtin.apt:
update_cache: true
name: haproxy
state: present
- name: Ensure HAProxy is enabled (so init script will start it on Debian).
lineinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment