10 lines
229 B
YAML
10 lines
229 B
YAML
---
|
|
- name: Nextcloud config
|
|
become: true
|
|
ansible.builtin.copy:
|
|
content: "{{ nextcloud__config_php }}"
|
|
dest: "/data/docker/volumes/nextcloud/config/config.php"
|
|
mode: "0644"
|
|
owner: www-data
|
|
group: www-data
|