updated repo state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-08-05 12:25:28 +02:00
parent 4c06d7225d
commit be5c28206f

View File

@ -2,16 +2,16 @@
{%- from "repo/map.jinja" import repo with context %}
{%- for name,repo in repo.items() %}
{%- if repo.enabled %}
{%- if repo.key_method is defined %}
{%- if repo.key_method == 'file' %}
repo-key-{{ name }}:
file.managed:
- name: /etc/apt/keyrings/{{ name }}
- source: {{ repo.key_url }}
- skip_verify: true
{% endif %}
{% endif %}
#{%- if repo.enabled %}
#{%- if repo.key_method is defined %}
#{%- if repo.key_method == 'file' %}
#repo-key-{{ name }}:
# file.managed:
# - name: /etc/apt/keyrings/{{ name }}
# - source: {{ repo.key_url }}
# - skip_verify: true
#{% endif %}
#{% endif %}
repo-{{ name }}:
pkgrepo.managed: