Fix the s3sync report_mirror file names

The s3sync has been running successfully for some time now.
Unfortunately the last step, which runs report_mirror to update the
status of the s3 mirrors, failed as the report_mirror configuration
files had wrong names (missing .conf).
This commit is contained in:
Adrian Reber 2015-09-11 20:00:15 +00:00
parent fb10ea2712
commit 36952cb189

View file

@ -14,7 +14,7 @@
- mirrormanager2-client
- name: Create report_mirror config files
template: src=report_mirror.conf dest=/etc/mirrormanager-client/report_mirror_{{ item }} owner=s3-mirror group=s3-mirror mode=0400
template: src=report_mirror.conf dest=/etc/mirrormanager-client/report_mirror_{{ item }}.conf owner=s3-mirror group=s3-mirror mode=0400
with_items:
- s3-mirror-us-east-1
- s3-mirror-us-west-1