Skip to content
Snippets Groups Projects
Commit dc413389 authored by Lars Beckers's avatar Lars Beckers
Browse files

php-fpm: allow to set a different home

parent ce6ed0de
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
name: "{{ item.name }}"
group: "{{ item.name }}"
system: true
home: "/var/www/{{ item.name }}"
home: "{{ item.home|default('/var/www/' ~ item.name) }}"
shell: /usr/bin/nologin
createhome: false
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment