Files @ 2d0a09dc0e00
Branch filter:

Location: majic-ansible-roles/roles/backup/templates/backup_patterns.j2 - annotation

branko
MAR-114: Updated task syntax for the common role:

- Added quoting where it makes sense.
- Switched to using expanded syntax (instead of one-liners).
- Updated ordering of arguments in task definitions.
1
2
3
{% for pattern in backup_patterns  -%}
{{ pattern }}
{% endfor -%}