fix syntax
This commit is contained in:
parent
b95ef99b7c
commit
49b6cf6973
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue