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:
parent
fb10ea2712
commit
36952cb189
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue