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

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

This commit is contained in:
A Holt 2017-11-16 23:12:50 -05:00 committed by GitHub
parent 06a375fa06
commit 5fa2cb6600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,10 +60,10 @@
with_items: "{{ files_to_delete.files }}"
- name: add mongodb to service list
ini_file: dest='{{ service_filelist }}'
ini_file: dest="{{ service_filelist }}"
section=mongodb
option='{{ item.option }}'
value='"{{ item.value }}"'
option="{{ item.option }}"
value="{{ item.value }}"
with_items:
- option: name
value: MongoDB