X-Git-Url: https://git.phdru.name/?p=ansible.git;a=blobdiff_plain;f=playbooks%2Fdebian%2Fsa-merge-all.yml;h=3157f30ee40212d4c7d9925cbfa48c1643562424;hp=253aa98d33af413fa9ca761d8a3703aa0dcceba6;hb=99c79f9a766275068b170d2a20cfe294b3133ca0;hpb=ccd877685c0906991fddf6cdec41982024f18122 diff --git a/playbooks/debian/sa-merge-all.yml b/playbooks/debian/sa-merge-all.yml index 253aa98..3157f30 100644 --- a/playbooks/debian/sa-merge-all.yml +++ b/playbooks/debian/sa-merge-all.yml @@ -24,7 +24,7 @@ when: inventory_hostname != 'localhost' - name: Combine SpamAssassin DB backups - shell: "cd ~/tmp && exec cat sa-learn.backup.* >sa-learn.backup" + shell: "cd ~/tmp && exec cat sa-learn.backup@* >sa-learn.backup" when: inventory_hostname == 'localhost' - block: