From 052add617e102d21982803d31da96afa9d2de5a7 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 12 Jan 2024 16:52:51 +0530 Subject: [PATCH] Revert "./configs/postfix/* not ./configs/postfix" This reverts commit b5c72c6b5e25d4a61857065fdeef4592c6145f40. --- pizza1/playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pizza1/playbook.yaml b/pizza1/playbook.yaml index 2a0dbe4..eab5a02 100644 --- a/pizza1/playbook.yaml +++ b/pizza1/playbook.yaml @@ -14,7 +14,7 @@ - haproxy - name: Setup postfix configs ansible.builtin.copy: - src: ./configs/postfix/* + src: ./configs/postfix dest: /etc/postfix mode: preserve - name: Restart postfix