Skip to content
Snippets Groups Projects
Commit 7321ac56 authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Add apt update for haproxy role.

parent 4bc4ec4f
No related branches found
No related tags found
No related merge requests found
--- ---
- name: Update and upgrade apt packages
become: true
apt:
upgrade: yes
update_cache: yes
cache_valid_time: 86400 #One day
- name: Ensure HAProxy is installed. - name: Ensure HAProxy is installed.
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment