fix: Remove unusefull name of repo

This commit is contained in:
pulsar89.5 2024-06-07 10:51:58 +02:00
parent fbb43e8c7c
commit e4fccbface
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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