Преглед изворни кода

Pretty up the task name output

master
Adam Bolte пре 8 година
родитељ
комит
bbfa6f5a80
No account linked to committer's email address
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      apt/repositories.sls

+ 2
- 1
apt/repositories.sls Прегледај датотеку

@@ -36,7 +36,7 @@ debian-archive-keyring:
{%- for type in args.type|d(['binary']) %}
{%- set r_type = 'deb-src' if type == 'source' else 'deb' %}

{{ repo }}{{ type }}:
{{ r_type }} {{ repo }}:
pkgrepo.managed:
- name: {{ r_type }} {{ r_arch }} {{ r_url }} {{ r_distro }} {{ r_comps }}
- file: {{ sources_list_dir }}/{{ repo }}-{{ type }}.list
@@ -49,5 +49,6 @@ debian-archive-keyring:
- keyserver: {{ r_keyserver }}
{% endif %}
- clean_file: true

{%- endfor %}
{% endfor %}

Loading…
Откажи
Сачувај