Fix syntax error.

This commit is contained in:
yohan 2024-04-14 19:45:36 +02:00
parent 1ee3ce8401
commit 2b3c684539

View File

@ -7,7 +7,7 @@
- name: Assert that there is no hard links in /mnt/volumes/{{ item }} - name: Assert that there is no hard links in /mnt/volumes/{{ item }}
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- find_hard_links.stdout | length = 0 - find_hard_links.stdout | length == 0
msg: "Duplicity does not support hard links." msg: "Duplicity does not support hard links."
- name: Backup with duplicity - name: Backup with duplicity