ansible-roles/roles/bookstack/tasks/user.yml

6 lines
151 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Create user account
user: name={{ bookstack_php_user }} system=True shell=/sbin/nologin home={{ bookstack_root_dir }}
tags: bookstack