domains need a default
This commit is contained in:
parent
5d8e8f9ded
commit
4b37aa2d49
2 changed files with 3 additions and 1 deletions
|
@ -6,3 +6,4 @@ dehydrated_binary: "/usr/local/bin/dehydrated"
|
||||||
dehydrated_config_dir: "/usr/local/etc/dehydrated"
|
dehydrated_config_dir: "/usr/local/etc/dehydrated"
|
||||||
dehydrated_certs_dir: "{{ dehydrated_config_dir }}/certs"
|
dehydrated_certs_dir: "{{ dehydrated_config_dir }}/certs"
|
||||||
dehydrated_wellknown_dir: "{{ dehydrated_config_dir }}/challenge"
|
dehydrated_wellknown_dir: "{{ dehydrated_config_dir }}/challenge"
|
||||||
|
dehydrated_domains:
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
- include_tasks: install.yml
|
- include_tasks: install.yml
|
||||||
- include_tasks: domains.yml
|
- include_tasks: domains.yml
|
||||||
|
when: dehydrated_domains is iterable
|
Loading…
Reference in a new issue