From e0c98e96dda77b2930e09d23f0e3a4191003d72b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 20 Sep 2013 16:53:00 +0200 Subject: [PATCH] With dict representation in yaml --- roles/nuancier/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index dfac4cc621..6388e66bd2 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -39,7 +39,8 @@ - name: create the database scheme command: /usr/bin/python2 /usr/share/nuancier/nuancier-lite_createdb.py - environment: NUANCIER_CONFIG: /etc/nuancier/nuancier-lite.cfg + 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 }}