Files @ a3d247bb2e09
Branch filter:

Location: majic-ansible-roles/roles/backup_client/templates/known_hosts.j2 - annotation

branko
MAR-218: Update noqa directives for ansible-lint to use text tags:

- Numeric tagging is deprecated.
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:{{ backup_server_port }} {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}