From 125e70d12ed283aafbab253c55a2615e4076773c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 May 2017 15:40:33 +0000 Subject: [PATCH] space: the final fronteer --- roles/distgit/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index ecc5eebde3..a94e914afd 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -210,7 +210,7 @@ - distgit - name: Create the rpms symlink (should not be needed, might still be used by some old scripts) - command: ln -s /srv/git/repositories / /srv/git/rpms + command: ln -s /srv/git/repositories/ /srv/git/rpms creates=/srv/git/rpms tags: - config