6 lines
272 B
YAML
6 lines
272 B
YAML
---
|
|
- name: Import tasks to template the site for the reverse proxy
|
|
ansible.builtin.include_tasks: tasks/steps/template-site-config.yml
|
|
when: svc.domain is defined
|
|
- name: Import tasks to start the service
|
|
ansible.builtin.import_tasks: tasks/steps/start-service.yml
|