: restart mastodon when git repos is updoated

This commit is contained in:
VC
2025-04-22 13:33:36 +02:00
parent 45b7f94ba3
commit 88d4dd9293

View File

@@ -6,6 +6,7 @@
repo: "https://github.com/mastodon/mastodon.git" repo: "https://github.com/mastodon/mastodon.git"
dest: "{{ mastodon_home }}/live" dest: "{{ mastodon_home }}/live"
version: "v{{ mastodon_version }}" version: "v{{ mastodon_version }}"
notify: Restart mastodon
- name: Exec bundle - name: Exec bundle
remote_user: mastodon remote_user: mastodon