From 5d1d223ce57eb6e6d1a51f163e73e6bb3c59f79d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 24 Aug 2013 21:33:40 +0000 Subject: [PATCH] try make the symlink a different way --- tasks/koji/releng_config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index 801c03513e..f474010685 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -95,10 +95,7 @@ - /var/spool/rsyslog - name: symlink /srv/pungi - file: > - path=/srv/pungi - src=/mnt/fedora_koji/compose/ - state=link + action: file src=/mnt/fedora_koji/compose/ dest=/srv/pungi state=link - name: add builder infra yum repo action: copy src=$files/kojibuilder/builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo