infrastructure/ansible/roles/vaultwarden/handlers/main.yml
Jake Howard a669e34f57
Update bitwarden_rs to vaultwarden
I'll do the full rename of everything another time
2021-05-01 23:00:37 +01:00

5 lines
104 B
YAML

- name: restart vaultwarden
shell:
chdir: /opt/vaultwarden
cmd: "{{ docker_update_command }}"