chore(nextcloud): Update to Nextcloud 30

This commit is contained in:
Marty Oehme 2025-01-28 15:55:28 +01:00
parent fa9bac81af
commit 7e1381913c
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2 additions and 5 deletions

View file

@ -16,14 +16,12 @@
state: directory
mode: "0755"
become: true
notify: "update nextcloud upstream"
- name: Move webserver Caddyfile to target dir
ansible.builtin.copy:
src: "Caddyfile"
dest: "{{ nextcloud_upstream_file_dir }}/Caddyfile"
become: true
notify: "update nextcloud upstream"
- name: Deploy to swarm
community.general.docker_stack:
@ -35,4 +33,3 @@
become: true
tags:
- docker-swarm
notify: "update nextcloud upstream"