Create directory used to store the result of the repomd.xml propagation test
This commit is contained in:
parent
dcd618a96a
commit
eeff68d4c4
1 changed files with 6 additions and 0 deletions
|
@ -41,3 +41,9 @@
|
||||||
|
|
||||||
- name: install the crawler distribute script
|
- name: install the crawler distribute script
|
||||||
copy: src=run_crawler.sh dest=/usr/local/bin/run_crawler.sh mode=0755
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue