solr as a system user.

This commit is contained in:
Andrea Dell'Amico 2022-08-12 21:28:45 +02:00
parent 0c66cf6bc4
commit b4391a4064
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
- block: - block:
- name: Create a solr user - name: Create a solr user
user: name={{ solr_user }} home={{ solr_base_dir }} createhome=yes shell=/bin/bash user: name={{ solr_user }} home={{ solr_base_dir }} createhome=yes shell=/bin/bash system=yes
- name: Create the downloads directory - name: Create the downloads directory
file: dest={{ solr_download_dir }} state=directory file: dest={{ solr_download_dir }} state=directory