From 86829f56c477625240fa893237af92e0ee065d79 Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 24 Mar 2022 18:21:54 +0100 Subject: [PATCH] wrong var again --- roles/mastodon/tasks/system_setup/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon/tasks/system_setup/ruby.yml b/roles/mastodon/tasks/system_setup/ruby.yml index de32ced..25933eb 100644 --- a/roles/mastodon/tasks/system_setup/ruby.yml +++ b/roles/mastodon/tasks/system_setup/ruby.yml @@ -59,4 +59,4 @@ when: default_ruby_version is succeeded become: true - become_user: "{{ mastodon_home }}" \ No newline at end of file + become_user: "{{ mastodon_user }}" \ No newline at end of file