This commit is contained in:
2025-05-30 22:58:35 -04:00
parent 236ec455cc
commit 704e85467d
16 changed files with 282 additions and 105 deletions

View File

@@ -23,8 +23,9 @@
listen: composeup_webserver
- name: Check Nextcloud status
ansible.builtin.command: "docker exec --user www-data {{ webserver_root | basename }}_nextcloud_1
php occ status"
ansible.builtin.command:
"docker exec --user www-data {{ webserver_root | basename }}_nextcloud_1
php occ status"
listen: composeup_webserver
register: nextcloud_status