summaryrefslogtreecommitdiff
path: root/roles/web/tasks/setup_httpd.yaml
blob: 2bb9e88010148eef608640c0121a850a8a30fdb0 (plain)
1
2
3
4
5
6
7
8
---
- name: "template out httpd.conf"
  ansible.builtin.template:
    src: httpd.conf.j2
    dest: /etc/httpd.conf
  notify:
    - restart_httpd