diff --git a/tasks/configuration.yml b/tasks/configuration.yml index 47c8719..2e1e81f 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -25,10 +25,10 @@ dest: "/tmp/{{ instances.name }}_config.json" mode: "0644" -# - name: "Configuration | Importiere Konfiguration | {{ instances.name }}" -# ansible.builtin.command: -# cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet" -# chdir: "{{ nextcloud_install_path }}" -# become: true -# become_user: "{{ instances.user }}" -# changed_when: true +- name: "Configuration | Importiere Konfiguration | {{ instances.name }}" + ansible.builtin.command: + cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet" + chdir: "{{ nextcloud_install_path }}" + become: true + become_user: "{{ instances.user }}" + changed_when: true