Files
psi.bec/handlers/main.yaml
T
2024-07-24 16:09:10 +02:00

10 lines
230 B
YAML

---
- name: (Re-)start BEC server
become_user: "{{ bec_user }}"
ansible.builtin.shell:
cmd: |
source {{ bec_venv_path }}/bin/activate
bec-server start
chdir: "{{ bec_path }}"
when: not ansible_check_mode