From b95ef99b7c6984ecc4f562120f04df886390de37 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Oct 2017 19:38:30 +0000 Subject: [PATCH] I see it is typo monday --- roles/grokmirror_mirror/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/grokmirror_mirror/tasks/main.yml b/roles/grokmirror_mirror/tasks/main.yml index 22063397a5..269a99ada0 100644 --- a/roles/grokmirror_mirror/tasks/main.yml +++ b/roles/grokmirror_mirror/tasks/main.yml @@ -14,12 +14,12 @@ - grokmirror-mirror - name: install grokmirror repos config file from template - template: src=repos.conf dest={{grokmirror_topdir)/repos.conf user=root group=root mode=644 + template: src=repos.conf dest={{grokmirror_topdir}}/repos.conf user=root group=root mode=644 tags: - grokmirror-mirror - name: install grokmirror fsck config file from template - template: src=fsck.conf dest={{grokmirror_topdir)/fsck.conf user=root group=root mode=644 + template: src=fsck.conf dest={{grokmirror_topdir}}/fsck.conf user=root group=root mode=644 tags: - grokmirror-mirror