Create the bodhi user early

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-11-12 11:44:42 +01:00 committed by Pierre-Yves Chibon
parent 6993fb288f
commit 2c4b95d31b

View file

@ -9,6 +9,15 @@
owner: root
group: root
- name: create the bodhi user
user:
name: bodhi
group: bodhi
comment: Bodhi Server
shell: /sbin/nologin
home: /usr/share/bodhi
system: yes
- name: Configure alembic
template:
src: alembic.ini