fix: typo in ansible_facts var
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-20 09:02:32 +02:00
commit c1bf05670c

View file

@ -1,6 +1,6 @@
Types: deb Types: deb
URIs: {{ debian_repo_url_update }} URIs: {{ debian_repo_url_update }}
Suites: {{ ansible_facts['distribution_release'] }} {{ ansible_facts_['distribution_release'] }}-updates Suites: {{ ansible_facts['distribution_release'] }} {{ ansible_facts['distribution_release'] }}-updates
Components: main contrib non-free non-free-firmware Components: main contrib non-free non-free-firmware
Enabled: yes Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg