chore: use ansible_facts
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
5c1da9f605
commit
d36ce2dfa8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
Types: deb
|
||||
URIs: {{ debian_repo_url_update }}
|
||||
Suites: {{ ansible_distribution_release }} {{ ansible_distribution_release }}-updates
|
||||
Suites: {{ ansible_facts['distribution_release'] }} {{ ansible_facts_['distribution_release'] }}-updates
|
||||
Components: main contrib non-free non-free-firmware
|
||||
Enabled: yes
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: {{ debian_repo_url_security }}
|
||||
Suites: {{ ansible_distribution_release }}-security
|
||||
Suites: {{ ansible_facts['distribution_release'] }}-security
|
||||
Components: main contrib
|
||||
Enabled: yes
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue