10 lines
251 B
YAML
10 lines
251 B
YAML
---
|
|
- import_tasks: prepare.yml
|
|
- import_tasks: install.yml
|
|
- import_tasks: tls.yml
|
|
when: homeassistant_tls_enabled | bool
|
|
tags: tls_renewal
|
|
- import_tasks: nginx.yml
|
|
when: homeassistant_nginx_vhost_enabled | bool
|
|
- import_tasks: post_tasks.yml
|