1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Sugarizer description had *4* quotation marks in iiab.env

This commit is contained in:
A Holt 2017-11-16 23:15:29 -05:00 committed by GitHub
parent fd2bcea3e7
commit 3af691d516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,10 +87,10 @@
when: not sugarizer_enabled
- name: Add 'sugarizer' to service list
ini_file: dest='{{ service_filelist }}'
ini_file: dest="{{ service_filelist }}"
section=sugarizer
option='{{ item.option }}'
value='"{{ item.value }}"'
option="{{ item.option }}"
value="{{ item.value }}"
with_items:
- option: name
value: Sugarizer