From e16b18b05f2d9f4b697522eba5e005522f80fb36 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 3 Oct 2024 10:59:23 +0200 Subject: [PATCH] Start server with service config --- handlers/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yaml b/handlers/main.yaml index 89119fd..ed9082d 100644 --- a/handlers/main.yaml +++ b/handlers/main.yaml @@ -4,6 +4,6 @@ ansible.builtin.shell: cmd: | source {{ bec_venv_path }}/bin/activate - bec-server start + bec-server start --config bec_config.yaml chdir: "{{ bec_path }}" when: not ansible_check_mode