"roles/git@gitlab.cyberbrain.pw:mirror/ansible-freeipa.git" did not exist on "b5d6dc00d227a4251e3b2774b41b1d555041b807"
Newer
Older
- not skip_downloads|default(false)
- name: "Download items"
include_tasks: "download_{% if download.container %}container{% else %}file{% endif %}.yml"
vars:
download: "{{ download_defaults | combine(item.value) }}"
with_dict: "{{ downloads }}"
- not skip_downloads|default(false)
- item.value.enabled
- name: "Sync container"
vars:
download: "{{ download_defaults | combine(item.value) }}"
with_dict: "{{ downloads }}"
- not skip_downloads|default(false)
- item.value.enabled
- item.value.container
- download_run_once