📦: mastodon v4.5.0
Some checks failed
ansible-lint / lint-everything (push) Failing after 1s

This commit is contained in:
VC
2025-11-06 15:27:23 +01:00
parent bfde0c3259
commit 88754c5c3a

View File

@@ -1,6 +1,6 @@
---
mastodon_version: "4.4.8"
mastodon_version: "4.5.0"
mastodon_nodejs_key_url: "https://deb.nodesource.com/gpgkey/nodesource.gpg.key"
mastodon_nodejs_key_path: "/usr/share/keyrings/nodesource.gpg"
@@ -8,7 +8,7 @@ mastodon_nodejs_key_path: "/usr/share/keyrings/nodesource.gpg"
mastodon_yarn_key_url: "https://dl.yarnpkg.com/debian/pubkey.gpg"
mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg"
mastodon_ruby_version: "3.4.4"
mastodon_ruby_version: "3.4.7"
mastodon_home: "/srv/mastodon"
mastodon_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'mastodon') | map(attribute='host') | first }}"