mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-08-17 16:00
This commit is contained in:
@@ -22,12 +22,16 @@ mirror:
|
||||
push:
|
||||
{% for mirror in rpm_mirrors %}
|
||||
- dest: {{ mirror.dest }}
|
||||
{% if mirror.sync_cmd is defined %}
|
||||
sync_cmd: {{ mirror.sync_cmd | quote }}
|
||||
{% else %}
|
||||
{% if mirror.rsync_opts is defined %}
|
||||
rsync_opts:
|
||||
{% for opt in mirror.rsync_opts %}
|
||||
- '{{ opt }}'
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
rsync_opts:
|
||||
{% for opt in rpm_mirror_rsync_opts %}
|
||||
|
Reference in New Issue
Block a user