From 7f33a1326c21616a7ec1d58e4b1082f847fefdec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Apr 2016 20:26:21 +0000 Subject: [PATCH] Don't need to make these anymore they are on the koji mount --- roles/koji_builder/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index b5070399c1..5a3e792bc3 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -56,17 +56,6 @@ tags: - koji_builder -- name: make a bunch of dirs - file: state=directory path={{ item }} owner=apache group=apache - with_items: - - /mnt/koji/packages - - /mnt/koji/repos - - /mnt/koji/work - - /mnt/koji/scratch - when: env == 'staging' - tags: - - koji_builder - - name: add pkgs yum: state=present pkg={{ item }} with_items: