ansible-infra/playbooks/roles/nextcloud/tasks/main.yaml

10 lines
229 B
YAML
Raw Normal View History

2023-08-05 18:59:58 +02:00
---
- 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