From e1743c942595953c055dd9f9d223a825414e15d6 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 28 May 2018 13:10:45 -0400 Subject: [PATCH] Specify /bin/bash as the default shell for mastodon user --- roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 6a621f2..503c96f 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -69,4 +69,4 @@ with_items: - libgdbm5 - name: Add mastodon system user - user: name=mastodon state=present + user: name=mastodon shell=/bin/bash state=present