acme/application: Fixed usage of YAML multiline for "Upgrade acme.sh"

dehydrated
Felix Stupp 4 years ago
parent a03a335430
commit 24ab62d6a0
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -38,7 +38,7 @@
- name: Upgrade acme.sh
become_user: "{{ acme_system_user }}"
command:
command: >-
./acme.sh --upgrade
--home {{ acme_installation_directory | quote }}
--config-home {{ acme_configuration_directory | quote }}

Loading…
Cancel
Save