Skip to content
Snippets Groups Projects
Verified Commit be0170a3 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

hetzner_storagebox: add spaces around jinja filter

ansible-lint 6.3.0 throws an error about this.
parent cdf058f1
No related branches found
No related tags found
No related merge requests found
Pipeline #20391 passed
......@@ -90,7 +90,7 @@
- name: match usernames to backup clients
set_fact:
backup_client_usernames: "{{ backup_client_usernames|default({}) | combine({item.comment: item.username}) }}"
backup_client_usernames: "{{ backup_client_usernames | default({}) | combine({item.comment: item.username}) }}"
loop: "{{ subaccounts }}"
loop_control:
label: "{{ {item.comment: item.username} }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment