mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
coma coma coma...
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
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: 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: mirrormanager2.wsgi, dest: /var/www/mirrormanager2.wsgi }
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user