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

5 lines
98 B
YAML
Raw Normal View History

2022-11-18 09:12:28 +00:00
- name: restart mastodon
shell:
chdir: /opt/mastodon
cmd: "{{ docker_update_command }}"