fixes - unicode spaces

This commit is contained in:
Ludovic Cartier
2025-09-23 11:01:40 +02:00
parent 2dd49ff995
commit 58ef95e654

View File

@@ -1,11 +1,11 @@
--- ---
- name: haproxy | add backports repository - name: haproxy | add backports repository
apt_repository: apt_repository:
repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }}-backports main repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }}-backports main
state: present state: present
filename: "{{ ansible_distribution_release }}-backports" filename: "{{ ansible_distribution_release }}-backports"
- name: haproxy | update apt cache - name: haproxy | update apt cache
apt: apt:
update_cache: yes update_cache: yes
cache_valid_time: 86400 cache_valid_time: 86400