mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-11 20:30:18 +01:00
Make sure stdin keeps working
This commit is contained in:
parent
97240d044f
commit
304dc65ae9
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ set -uxo pipefail
|
|||
Define paths
|
||||
#}
|
||||
{% macro paths(repo) -%}
|
||||
{% if repo.src is defined and repo.src != None and (repo.src is not string) %}{%for path in repo.src %} --path {{ path }}{% endfor %}{%elif repo.src is string %}--path {{repo.src}} {% else %}{{ repo.stdin_filename }}{% endif %}
|
||||
{% if repo.src is defined and repo.src != None and (repo.src is not string) %}{%for path in repo.src %} --path {{ path }}{% endfor %}{%elif repo.src is string %}--path {{repo.src}} {% else %} --path {{ repo.stdin_filename }}{% endif %}
|
||||
{%- endmacro %}
|
||||
{#
|
||||
Define retention pattern
|
||||
|
|
Loading…
Reference in a new issue