fix update-mailcow.yml

This commit is contained in:
Ansible Servercow
2024-11-19 16:15:55 +01:00
parent b5a0f45b70
commit 8a1ca67d67

View File

@@ -19,4 +19,4 @@
- name: Update mailcow
shell: "cd {{ mailcow_dir_result.files[0].path }} && git fetch && git checkout origin/master update.sh && ./update.sh --force"
when: local_mailcow_version.stdout != github_mailcow_ver and mailcow_conf.stat.exists and disk_space_output | bool
when: local_mailcow_version.stdout != github_mailcow_ver and mailcow_conf.stat.exists and disk_space_output.stdout | bool