Start server with service config

This commit is contained in:
2024-10-03 10:59:23 +02:00
parent f1e28fdbe9
commit e16b18b05f
+1 -1
View File
@@ -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