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