From: Oleg Broytman Date: Thu, 31 Oct 2019 13:21:50 +0000 (+0300) Subject: Fix(sa-merge-all): Fix file name (`.` -> `@`) X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=99c79f9a766275068b170d2a20cfe294b3133ca0 Fix(sa-merge-all): Fix file name (`.` -> `@`) --- 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: