📦: mastodon v4.4.0
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m28s

This commit is contained in:
VC
2025-07-09 08:28:01 +02:00
parent 42366c804d
commit 31a4f1eebf
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
- git-core - git-core
- g++ - g++
- libprotobuf-dev - libprotobuf-dev
- libvips-tools
- protobuf-compiler - protobuf-compiler
- pkg-config - pkg-config
- nodejs - nodejs

View File

@@ -1,6 +1,6 @@
--- ---
mastodon_version: "4.3.9" mastodon_version: "4.4.0"
mastodon_nodejs_key_url: "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" mastodon_nodejs_key_url: "https://deb.nodesource.com/gpgkey/nodesource.gpg.key"
mastodon_nodejs_key_path: "/usr/share/keyrings/nodesource.gpg" 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_url: "https://dl.yarnpkg.com/debian/pubkey.gpg"
mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg" mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg"
mastodon_ruby_version: "3.3.5" mastodon_ruby_version: "3.4.4"
mastodon_home: "/srv/mastodon" mastodon_home: "/srv/mastodon"
mastodon_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'mastodon') | map(attribute='host') | first }}" mastodon_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'mastodon') | map(attribute='host') | first }}"