nkakouros-original / ansible-role-nextcloud

An Ansible role to install Nextcloud
GNU General Public License v3.0
11 stars 5 forks source link

Use config:system:set to setup nextcloud #19

Closed nkakouros closed 4 years ago

nkakouros commented 5 years ago

In tasks/setup.yml, I use lineinfile and blockinfile to edit the config.php file. Check if I can do the same more reliably via occ config:system:set.

nkakouros commented 4 years ago

This is obsolete, configuration happens via the nextcloud_config dict only.