Nextcloud: Re-enable configuration rollout
This commit is contained in:
parent
815e84ffa1
commit
9cafdd4bc8
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue