This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/tasks/steps/start-service.yml

4 lines
111 B
YAML

- name: Start service
ansible.builtin.command:
cmd: docker compose up -d
chdir: "{{ service_path }}"