fix(lego): build lego run command correctly

This commit is contained in:
Lars Kaiser 2023-02-28 17:51:54 +01:00
parent d489ec9a00
commit fc44cea83b
No known key found for this signature in database
GPG key ID: BB97304A16BC5DCF

View file

@ -39,7 +39,7 @@ lego_command_playbook_parameters: >-2
{%- endfor -%}
lego_command_playbook: >-2
{{ lego_command_global_merged }}{{ lego_tasks.playbook }}{{ lego_command_playbook_parameters }}
{{ lego_command_global_merged }} {{ lego_tasks.playbook }}{{ lego_command_playbook_parameters }}
lego_command_systemd_parameters: >-2
{% for parameter in lego_configuration_merged.command_parameters[lego_tasks.systemd] %}