mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user