mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-08 19:00:18 +01:00
Fixed user group.
This commit is contained in:
parent
b333a90cd6
commit
679ec5ce26
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@
|
|||
- name: Create the GPG key for EPEL
|
||||
copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg
|
||||
|
||||
- name: Creates vmuser user
|
||||
- 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 groups=www-php shell=/sbin/nologin createhome=no
|
||||
user: name=www-php comment=DefaultPHPUser group=www-php shell=/sbin/nologin createhome=no
|
||||
|
|
Loading…
Reference in a new issue