Files
fedora-infra_ansible/roles/fedora-web/community/tasks/main.yml
2016-12-01 22:00:23 +00:00

19 lines
456 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 proxyhttpd
tags:
- fedora-web
- fedora-web/community