Create the bodhi user early
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6993fb288f
commit
2c4b95d31b
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: 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
|
- name: Configure alembic
|
||||||
template:
|
template:
|
||||||
src: alembic.ini
|
src: alembic.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue