From 99c79f9a766275068b170d2a20cfe294b3133ca0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 31 Oct 2019 16:21:50 +0300 Subject: [PATCH] Fix(sa-merge-all): Fix file name (`.` -> `@`) --- playbooks/debian/sa-merge-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2