mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
fix(lego): build lego run command correctly
This commit is contained in:
parent
d489ec9a00
commit
fc44cea83b
1 changed files with 1 additions and 1 deletions
|
@ -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] %}
|
||||
|
|
Loading…
Reference in a new issue