From a65ead77b15d557652ecd6dd370f002c36783efa Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Dec 2014 16:17:28 +0100 Subject: [PATCH] Adjust the mirrormanager2 configuration file --- roles/mirrormanager/crawler/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index 73ce952717..96cb810671 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -14,8 +14,8 @@ - packages - name: install MM configuration file - template: src={{ roles }}/mirrormanager/templates/mirrormanager.cfg - dest=/etc/mirrormanager/mirrormanager.cfg + template: src={{ roles }}/mirrormanager/templates/mirrormanager2.cfg + dest=/etc/mirrormanager/mirrormanager2.cfg mode=600 tags: - config