correct issue with boolean in Nextcloud option
This commit is contained in:
parent
c68bfec0c7
commit
58d3986201
@ -88,7 +88,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: '{{ nextcloud_web_root }}/config/config.php'
|
path: '{{ nextcloud_web_root }}/config/config.php'
|
||||||
regexp: '^\s*''{{ item.option }}'''
|
regexp: '^\s*''{{ item.option }}'''
|
||||||
line: ' ''{{ item.option }}'' => ''{{ item.value }}'','
|
line: ' ''{{ item.option }}'' => {{ item.value }},'
|
||||||
insertafter: '\$CONFIG'
|
insertafter: '\$CONFIG'
|
||||||
with_items: '{{ nextcloud_config_options }}'
|
with_items: '{{ nextcloud_config_options }}'
|
||||||
when: nextcloud_config_options is defined
|
when: nextcloud_config_options is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user