8 lines
171 B
YAML
8 lines
171 B
YAML
---
|
|
- import_tasks: install.yml
|
|
- import_tasks: config.yml
|
|
- import_tasks: tls.yml
|
|
when: mosquitto_tls_enabled | bool
|
|
tags: tls_renewal
|
|
- import_tasks: post_tasks.yml
|