Don't use a - in variable names, ansible doesn't like it.
This commit is contained in:
parent
51d60e8ec7
commit
3c548a24b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue