infrastructure/playbooks/tasks/start-common-service.yml

7 lines
272 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
---
- 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