Create the Bodhi config directory early

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

View file

@ -2,6 +2,13 @@
# tasklist for setting up bodhi
# This is the base set of files needed for bodhi
- name: Create the bodhi configuration directory
file:
path: /etc/bodhi
state: directory
owner: root
group: root
- name: Configure alembic
template:
src: alembic.ini