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
|
||||
|
||||
- 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
|
||||
with_items:
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg",
|
||||
dest: /etc/mirrormanager/mirrormanager2.cfg }
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/alembic.ini",
|
||||
dest: /etc/mirrormanager/alembic.ini }
|
||||
tags:
|
||||
- config
|
||||
with_items:
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/mirrormanager2.cfg",
|
||||
dest: /etc/mirrormanager/mirrormanager2.cfg }
|
||||
- { file: "{{ roles }}/mirrormanager/frontend2/templates/alembic.ini",
|
||||
dest: /etc/mirrormanager/alembic.ini }
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install the cron job
|
||||
copy: src=crawler.cron dest=/etc/cron.d/mm2_crawler.cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue