From cf09684fdda6bef3657e398f558f11c1de52b2ce Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 21 Jun 2018 13:15:10 +0200 Subject: [PATCH] fixing the copy command Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 694599eed7..e8c97ec4ed 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -886,7 +886,7 @@ dest: "/etc/osbs/buildroot/" owner: root mode: 600 - with_file: + with_items: - "{{files}}/osbs/worker_customize.json" - "{{files}}/osbs/orchestrator_customize.json"