mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
7 lines
154 B
YAML
7 lines
154 B
YAML
---
|
|
|
|
- name: Deploy httpd configuration
|
|
template: src=httpd.conf.j2 dest=/etc/httpd/ansible_conf.d/10-synadm.conf
|
|
notify: reload httpd
|
|
tags: matrix
|