services/tasks/start-common-service.yml

7 lines
272 B
YAML
Raw Permalink Normal View History

2023-12-13 01:43:15 +00:00
---
- name: Import tasks to template the site for the reverse proxy
ansible.builtin.include_tasks: tasks/steps/template-site-config.yml
2023-12-11 00:42:57 +00:00
when: svc.domain is defined
2023-12-13 01:43:15 +00:00
- name: Import tasks to start the service
ansible.builtin.import_tasks: tasks/steps/start-service.yml