18 lines
451 B
YAML
18 lines
451 B
YAML
- name: Copy in the sync-community cronjob
|
|
copy: src=cron-sync-community dest=/etc/cron.d/sync-community
|
|
tags:
|
|
- fedora-web
|
|
- fedora-web/community
|
|
|
|
- name: Copy some config files for {{website}}
|
|
copy: >
|
|
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
|
owner=root group=root mode=0644
|
|
with_items:
|
|
- fedoracommunity.org-web.conf
|
|
- languages.conf
|
|
notify:
|
|
- reload httpd
|
|
tags:
|
|
- fedora-web
|
|
- fedora-web/community
|