From 855b3b80635505cf0190a9cbb55320ae9a161dca Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 12 Nov 2020 19:00:26 +0000 Subject: [PATCH] mirror: Fix postcmd handling for mirrors --- roles/mirror/sync/templates/mirror.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mirror/sync/templates/mirror.conf.j2 b/roles/mirror/sync/templates/mirror.conf.j2 index bac8f83..f605577 100644 --- a/roles/mirror/sync/templates/mirror.conf.j2 +++ b/roles/mirror/sync/templates/mirror.conf.j2 @@ -1,2 +1,3 @@ SRC="{{ source }}" RSYNCOPTS="{{ rsyncoptions | join(' ') }}" +POSTCMD="{{ postcmd }}"