diff --git a/tasks/user.yaml b/tasks/user.yaml index abd99e0dd8fc173ac3085f649a8a861ec883bf23..8741b39d6a7e089e58f7c4143bb25225dd9ae8a7 100644 --- a/tasks/user.yaml +++ b/tasks/user.yaml @@ -1,6 +1,6 @@ --- - name: Socialhome user - user: name="{{ socialhome_os_user }}" state=present + user: name="{{ socialhome_os_user }}" state=present shell="/bin/bash" - name: Ensure www-data member of socialhome user group user: name=www-data append=yes groups="{{ socialhome_os_user }}" state=present - name: Make socialhome user home non-world readable