Fix yml syntax errors and warnings
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
bbbc74ffe3
commit
9c834172f0
2 changed files with 644 additions and 639 deletions
File diff suppressed because it is too large
Load diff
|
@ -18,10 +18,10 @@
|
|||
template: src={{ item.file }} dest={{ item.dest }}
|
||||
owner=apache group=apache mode=0600
|
||||
with_items:
|
||||
- { file: mirrormanager.conf, dest: /etc/httpd/conf.d/mirrormanager.conf }
|
||||
- { file: mirrormanager2.cfg, dest: /etc/mirrormanager/mirrormanager2.cfg }
|
||||
- { file: alembic.ini, dest: /etc/mirrormanager/alembic.ini }
|
||||
- { file: mirrormanager2.wsgi, dest: /var/www/mirrormanager2.wsgi }
|
||||
- {file: mirrormanager.conf, dest: /etc/httpd/conf.d/mirrormanager.conf}
|
||||
- {file: mirrormanager2.cfg, dest: /etc/mirrormanager/mirrormanager2.cfg}
|
||||
- {file: alembic.ini, dest: /etc/mirrormanager/alembic.ini}
|
||||
- {file: mirrormanager2.wsgi, dest: /var/www/mirrormanager2.wsgi}
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
@ -31,7 +31,7 @@
|
|||
- name: create the database scheme
|
||||
command: /usr/bin/python2 /usr/share/mirrormanager2/mirrormanager2_createdb.py
|
||||
environment:
|
||||
MM2_CONFIG: /etc/mirrormanager/mirrormanager2.cfg
|
||||
MM2_CONFIG: /etc/mirrormanager/mirrormanager2.cfg
|
||||
tags:
|
||||
- mm2_frontend
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue