render compose file during setup so restore works on fresh instances

This commit is contained in:
2026-07-27 17:11:14 -04:00
parent b9fb838f76
commit 73fc09a2e7
3 changed files with 37 additions and 34 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ For scheduled backups:
The role supports selective execution using tags:
```bash
# Setup only - doesn't start the containers
# Setup only - creates directories and renders the compose file, but doesn't start the containers
ansible-playbook --tags setup playbook.yml
# Full deployment - setup + start containers