From 36952cb189537fe04c06d2e02c66dd9b0e7632e6 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 11 Sep 2015 20:00:15 +0000 Subject: [PATCH] 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). --- roles/s3-mirror/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/s3-mirror/tasks/main.yml b/roles/s3-mirror/tasks/main.yml index 3da4b8d45c..e3cf8a4b94 100644 --- a/roles/s3-mirror/tasks/main.yml +++ b/roles/s3-mirror/tasks/main.yml @@ -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