Nextcloud: Re-enable configuration rollout

This commit is contained in:
phil 2023-10-23 07:50:48 +02:00
parent 815e84ffa1
commit 9cafdd4bc8

View file

@ -25,10 +25,10 @@
dest: "/tmp/{{ instances.name }}_config.json" dest: "/tmp/{{ instances.name }}_config.json"
mode: "0644" mode: "0644"
# - name: "Configuration | Importiere Konfiguration | {{ instances.name }}" - name: "Configuration | Importiere Konfiguration | {{ instances.name }}"
# ansible.builtin.command: ansible.builtin.command:
# cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet" cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet"
# chdir: "{{ nextcloud_install_path }}" chdir: "{{ nextcloud_install_path }}"
# become: true become: true
# become_user: "{{ instances.user }}" become_user: "{{ instances.user }}"
# changed_when: true changed_when: true