mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
MongoDB description had *4* quotation marks in iiab.env
This commit is contained in:
parent
3af691d516
commit
7361d44e50
1 changed files with 3 additions and 3 deletions
|
@ -60,10 +60,10 @@
|
||||||
with_items: "{{ files_to_delete.files }}"
|
with_items: "{{ files_to_delete.files }}"
|
||||||
|
|
||||||
- name: add mongodb to service list
|
- name: add mongodb to service list
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest="{{ service_filelist }}"
|
||||||
section=mongodb
|
section=mongodb
|
||||||
option='{{ item.option }}'
|
option="{{ item.option }}"
|
||||||
value='"{{ item.value }}"'
|
value="{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: MongoDB
|
value: MongoDB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue