From d83b4d88de281d9788574867d65b29999e2746a9 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 2 Jan 2026 18:22:47 +0100 Subject: [PATCH] pfq - update ansible builtin from file to copy --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 63f345b..e556659 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -62,7 +62,7 @@ when: postfix_sasl_password_map is defined - name: postfix | copy pfq script - file: + copy: src: pfq dest: /usr/local/bin/pfq owner: root