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