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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue