Create directory used to store the result of the repomd.xml propagation test

This commit is contained in:
Adrian Reber 2015-09-08 11:35:08 +00:00
parent dcd618a96a
commit eeff68d4c4

View file

@ -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