From 3c548a24b400f319392a09f52631c9c9aa8487a9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Oct 2015 18:09:50 +0000 Subject: [PATCH] Don't use a - in variable names, ansible doesn't like it. --- roles/infinote/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infinote/tasks/main.yml b/roles/infinote/tasks/main.yml index 419d2f1f99..0a5b9046be 100644 --- a/roles/infinote/tasks/main.yml +++ b/roles/infinote/tasks/main.yml @@ -49,7 +49,7 @@ ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=security-policy value=require-tls ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=root-directory value=/srv/infinote ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=plugins value=note-text,autosave,directory-sync,logging - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=password value={{ infinote-password }} + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=password value={{ infinotepassword }} - name: setup vaules in autosave section ini_file: dest=/etc/xdg/infinoted.conf section=autosave option=interval value=60