Specify /bin/bash as the default shell for mastodon user
This commit is contained in:
parent
a566baf0f0
commit
e1743c9425
|
@ -69,4 +69,4 @@
|
||||||
with_items:
|
with_items:
|
||||||
- libgdbm5
|
- libgdbm5
|
||||||
- name: Add mastodon system user
|
- name: Add mastodon system user
|
||||||
user: name=mastodon state=present
|
user: name=mastodon shell=/bin/bash state=present
|
||||||
|
|
Loading…
Reference in New Issue