feat: add remove media and preview cards to mastodon

This commit is contained in:
VC
2024-07-05 11:53:29 +02:00
parent a619ca74dd
commit 7af0cd8507
7 changed files with 31 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
remote_user: mastodon
lineinfile:
path: "{{ mastodon_home }}/.bashrc"
line: "eval \"$(~/.rbenv/bin/rbenv init - bash)\""
line: "eval \"$({{ mastodon_home }}/.rbenv/bin/rbenv init - bash)\""
- name: install ruby version
remote_user: mastodon