Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
infrastructure
Commits
be0170a3
Verified
Commit
be0170a3
authored
Jun 10, 2022
by
Evangelos Foutras
🐱
Browse files
hetzner_storagebox: add spaces around jinja filter
ansible-lint 6.3.0 throws an error about this.
parent
cdf058f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/hetzner_storagebox/tasks/main.yml
View file @
be0170a3
...
...
@@ -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}
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment