]> git.phdru.name Git - ansible.git/commitdiff
Fix(sa-merge-all): Fix file name (`.` -> `@`)
authorOleg Broytman <phd@phdru.name>
Thu, 31 Oct 2019 13:21:50 +0000 (16:21 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 31 Oct 2019 13:21:50 +0000 (16:21 +0300)
playbooks/debian/sa-merge-all.yml

index 253aa98d33af413fa9ca761d8a3703aa0dcceba6..3157f30ee40212d4c7d9925cbfa48c1643562424 100644 (file)
@@ -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: