Files
operating-automation/roles/managed-mailcow/tasks/update-mailcow.yml
2026-02-20 13:56:27 +01:00

6 lines
237 B
YAML

---
- name: Update mailcow
throttle: 30
shell: "cd {{ mailcow_dir_result.files[0].path }} && git fetch && git checkout origin/master update.sh && git checkout origin/master _modules && ./update.sh --force"
register: update_mailcow