fix: Remove unusefull name of repo
This commit is contained in:
parent
fbb43e8c7c
commit
e4fccbface
@ -7,13 +7,11 @@ apt_distribution_sections: main
|
||||
|
||||
apt_repositories: []
|
||||
# Exemple:
|
||||
# - name: sid
|
||||
# url: http://deb.debian.org/debian
|
||||
# - url: http://deb.debian.org/debian
|
||||
# suites: sid
|
||||
# components: main
|
||||
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||
# - name: incus
|
||||
# url: https://pkgs.zabbly.com/incus/stable
|
||||
# - url: https://pkgs.zabbly.com/incus/stable
|
||||
# suites: bookworm
|
||||
# components: main
|
||||
# key_url: https://pkgs.zabbly.com/key.asc
|
||||
|
@ -12,7 +12,7 @@
|
||||
- item.get('key_url', '') | length > 0
|
||||
loop: "{{ apt_repositories }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
label: "{{ item.url }}"
|
||||
notify: Mettre à jour le cache
|
||||
|
||||
- name: Ajouter le dépôt
|
||||
|
Loading…
Reference in New Issue
Block a user