Test another way to call createdb
This commit is contained in:
parent
73ccae5323
commit
5ed8f2342f
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
|||
- setup
|
||||
|
||||
- name: create the database scheme
|
||||
command: NUANCIER_CONFIG=/etc/nuancier/nuancier-lite.cfg /usr/bin/python2 /usr/share/nuancier/nuancier-lite_createdb.py
|
||||
command: /usr/bin/python2 /usr/share/nuancier/nuancier-lite_createdb.py
|
||||
environment: NUANCIER_CONFIG=/etc/nuancier/nuancier-lite.cfg
|
||||
|
||||
- name: replace the nuancier configuration file by the one with the normal user
|
||||
template: src={{ item.file }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue