From ea53074059f7dbd0f9908dd9d11e0d1a9c2d2d04 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 12 Jun 2023 21:40:37 -0400 Subject: mastodon: update readme --- roles/mastodon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/mastodon/README.md') diff --git a/roles/mastodon/README.md b/roles/mastodon/README.md index 501d1a2..3effd2f 100644 --- a/roles/mastodon/README.md +++ b/roles/mastodon/README.md @@ -37,7 +37,7 @@ Variable | Default | Descrip `mastodon_db_password` |   | PostgreSQL password `mastodon_db_host` | `{{ postgresql_host }}` | PostgreSQL host `mastodon_db_name` | `mastodon` | PostgreSQL database name -`mastodon_ldap_host` | `{{ freeipa_hosts | first }}` | LDAP server for user authentication +`mastodon_ldap_host` | `{{ freeipa_hosts \| first }}` | LDAP server for user authentication `mastodon_access_group` | `role-mastodon-access` | FreeIPA group for Mastodon users (will be created) `mastodon_email_from` | `mastodon-noreply@{{ email_domain }}` | Email `From` address `mastodon_default_locale` | `en` | Default locale -- cgit