Files @ 2d15529786b7
Branch filter:

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

branko
MAR-218: Fix linting errors related to commands doing unconditional changes:

- Tasks run during the prepare stage of test runs do not matter.
- Some of the role tasks are already effectively running only when
change _will_ happen (when it is detected via variable registered by
a previous task).
1
2
3
4
{% for item in backup_server_host_ssh_public_keys %}
[{{ backup_server }}]:{{ backup_server_port }} {{ item }}
{{ backup_server }} {{ item }}
{% endfor %}