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

feat: install haproxy with explicit apt chache update

parent 275d0712
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