From 2b3c6845392646d75e80e9e5765e26b4788dfe6d Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 14 Apr 2024 19:45:36 +0200 Subject: [PATCH] Fix syntax error. --- tasks/backup_volume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/backup_volume.yml b/tasks/backup_volume.yml index 7cb4ae7..ab2b0f7 100755 --- a/tasks/backup_volume.yml +++ b/tasks/backup_volume.yml @@ -7,7 +7,7 @@ - name: Assert that there is no hard links in /mnt/volumes/{{ item }} ansible.builtin.assert: that: - - find_hard_links.stdout | length = 0 + - find_hard_links.stdout | length == 0 msg: "Duplicity does not support hard links." - name: Backup with duplicity