The users are system users.

This commit is contained in:
Andrea Dell'Amico 2021-06-18 18:49:30 +02:00
parent b3563b509c
commit e44a093d5b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
notify: Restart php-fpm
- name: Create the users under the php-fpm processes will run
user: name={{ item.user }} comment="{{ item.user }}" home=/dev/null createhome=no shell=/usr/sbin/nologin
user: name={{ item.user }} comment="{{ item.user }}" home=/dev/null createhome=no shell=/usr/sbin/nologin system=yes
with_items: '{{ phpfpm_pools }}'
when: phpfpm_create_users
notify: Restart php-fpm