From eeff68d4c4df7040d6090c926506e84a14c4df16 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 8 Sep 2015 11:35:08 +0000 Subject: [PATCH] Create directory used to store the result of the repomd.xml propagation test --- roles/mirrormanager/crawler/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index c25f41ed0b..f5e6acfdf0 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -41,3 +41,9 @@ - name: install the crawler distribute script copy: src=run_crawler.sh dest=/usr/local/bin/run_crawler.sh mode=0755 + +# Directory used to store the result of the repomd.xml propagation test +- name: create /var/log/mirrormanager/propagation + file: path=/var/log/mirrormanager/propagation state=directory + owner=mirrormanager group=mirrormanager mode=0755 +