Create the Bodhi config directory early
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6da6d8ddea
commit
6993fb288f
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
||||||
# tasklist for setting up bodhi
|
# tasklist for setting up bodhi
|
||||||
# This is the base set of files needed for 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
|
- name: Configure alembic
|
||||||
template:
|
template:
|
||||||
src: alembic.ini
|
src: alembic.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue