summaryrefslogtreecommitdiffstats
path: root/roles/old_wiki/tasks/main.yml
blob: 4ce26be297c44b2b3626992e108762ac683bd868 (plain)
1
2
3
4
5
---
- template:
    src: oldwiki.conf
    dest: /etc/httpd/conf.d/{{ website_domain }}.conf.d/oldwiki.conf
  notify: restart httpd