Specify /bin/bash as the default shell for mastodon user

This commit is contained in:
staticsafe 2018-05-28 13:10:45 -04:00
parent a566baf0f0
commit e1743c9425
1 changed files with 1 additions and 1 deletions

View File

@ -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