infrastructure/ansible/roles/bitwarden_rs/handlers/main.yml

5 lines
106 B
YAML
Raw Normal View History

2021-03-21 18:47:20 +00:00
- name: restart bitwarden_rs
shell:
chdir: /opt/bitwarden_rs
cmd: "{{ docker_update_command }}"