Fix indentation
This commit is contained in:
parent
57d6053166
commit
c491c0a141
1 changed files with 8 additions and 8 deletions
|
@ -21,15 +21,15 @@
|
||||||
file: path=/etc/mirrormanager state=directory
|
file: path=/etc/mirrormanager state=directory
|
||||||
|
|
||||||
- name: install MM configuration file
|
- name: install MM configuration file
|
||||||
template: src={{ item.file }} dest={{ item.dest }}
|
template: src={{ item.file }} dest={{ item.dest }}
|
||||||
owner=mirrormanager group=mirrormanager mode=0600
|
owner=mirrormanager group=mirrormanager mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg",
|
- { file: "{{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg",
|
||||||
dest: /etc/mirrormanager/mirrormanager2.cfg }
|
dest: /etc/mirrormanager/mirrormanager2.cfg }
|
||||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/alembic.ini",
|
- { file: "{{ roles }}/mirrormanager/frontend2/templates/alembic.ini",
|
||||||
dest: /etc/mirrormanager/alembic.ini }
|
dest: /etc/mirrormanager/alembic.ini }
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: install the cron job
|
- name: install the cron job
|
||||||
copy: src=crawler.cron dest=/etc/cron.d/mm2_crawler.cron
|
copy: src=crawler.cron dest=/etc/cron.d/mm2_crawler.cron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue