fix syntax

This commit is contained in:
Kevin Fenzi 2017-10-16 19:41:58 +00:00
parent b95ef99b7c
commit 49b6cf6973

View file

@ -14,21 +14,21 @@
- 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 owner=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 owner=root group=root mode=644
tags:
- grokmirror-mirror
- name: install grokmirror repos cron job
template: src=grokmirror.cron dest=/etc/cron.d/grokmirror.cron user=root group=root mode=644
template: src=grokmirror.cron dest=/etc/cron.d/grokmirror.cron owner=root group=root mode=644
tags:
- grokmirror-mirror
- name: install grokmirror fsck cron job
template: src=grokfsck.cron dest=/etc/cron.d/grokfsck.cron user=root group=root mode=644
template: src=grokfsck.cron dest=/etc/cron.d/grokfsck.cron owner=root group=root mode=644
tags:
- grokmirror-mirror