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"
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