mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 03:10:19 +01:00
Fixed www-php user creation.
This commit is contained in:
parent
679ec5ce26
commit
c723ea0e31
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
|||
|
||||
- name: Creates custom users
|
||||
user: name=vmuser comment=DefaultUser groups=vmuser,wheel password={{ default_user_password }} shell=/bin/bash createhome=yes
|
||||
user: name=www-php comment=DefaultPHPUser group=www-php shell=/sbin/nologin createhome=no
|
||||
user: name=www-php comment=DefaultPHPUser shell=/sbin/nologin createhome=no
|
||||
|
|
Loading…
Reference in a new issue