You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
226 B
YAML
6 lines
226 B
YAML
5 years ago
|
---
|
||
|
|
||
|
required_reload_commands:
|
||
|
- "cat {{ acme_key_location | quote }} {{ acme_fullchain_location | quote }} > {{ acme_keyfullchain_location | quote }}"
|
||
|
all_reload_commands: "{{ required_reload_commands + reload_commands }}"
|