Don't use a - in variable names, ansible doesn't like it.

This commit is contained in:
Kevin Fenzi 2015-10-11 18:09:50 +00:00
parent 51d60e8ec7
commit 3c548a24b4

View file

@ -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