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: []
|
apt_repositories: []
|
||||||
# Exemple:
|
# Exemple:
|
||||||
# - name: sid
|
# - url: http://deb.debian.org/debian
|
||||||
# url: http://deb.debian.org/debian
|
|
||||||
# suites: sid
|
# suites: sid
|
||||||
# components: main
|
# components: main
|
||||||
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
|
# 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
|
# suites: bookworm
|
||||||
# components: main
|
# components: main
|
||||||
# key_url: https://pkgs.zabbly.com/key.asc
|
# key_url: https://pkgs.zabbly.com/key.asc
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
- item.get('key_url', '') | length > 0
|
- item.get('key_url', '') | length > 0
|
||||||
loop: "{{ apt_repositories }}"
|
loop: "{{ apt_repositories }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.url }}"
|
||||||
notify: Mettre à jour le cache
|
notify: Mettre à jour le cache
|
||||||
|
|
||||||
- name: Ajouter le dépôt
|
- name: Ajouter le dépôt
|
||||||
|
Loading…
Reference in New Issue
Block a user