From aa9ef72b4d58d7834fc4274c9963b5d602250b22 Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 24 Mar 2022 18:04:53 +0100 Subject: [PATCH] mass replacement also replaced the correct strings --- 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 c4b21ec..2481400 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_mastodon_user: "{{ mastodon_user }}" \ No newline at end of file + become_user: "{{ mastodon_user }}" \ No newline at end of file