From 9645b454641a2b60c316a883de6a579509112c02 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 13 Oct 2016 12:11:49 +0000 Subject: [PATCH] Dont make difficult directory structures Signed-off-by: Patrick Uiterwijk --- roles/ipa/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ipa/tasks/main.yml b/roles/ipa/tasks/main.yml index c1eb143595..d4e7cf8989 100644 --- a/roles/ipa/tasks/main.yml +++ b/roles/ipa/tasks/main.yml @@ -54,6 +54,7 @@ delegate_to: ipa01.phx2.fedoraproject.org fetch: src=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg dest=/tmp/ipa_replica_{{inventory_hostname}} + flat=yes tags: - ipa - config