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:
parent
06a375fa06
commit
5fa2cb6600
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue