Let's try the command with the full path
This commit is contained in:
parent
21f006b86a
commit
370aa99701
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
- setup
|
||||
|
||||
- name: create the database scheme
|
||||
command: NUANCIER_CONFIG=/etc/nuancier/nuancier-lite.cfg python /usr/share/nuancier/nuancier-lite_createdb.py
|
||||
command: NUANCIER_CONFIG=/etc/nuancier/nuancier-lite.cfg /usr/bin/python2 /usr/share/nuancier/nuancier-lite_createdb.py
|
||||
|
||||
- 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