Skip to content

Commit c792040

Browse files
committed
configure /etc/apache2/envvars.
1 parent 18cfa71 commit c792040

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tasks/package/configuration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
become: yes
4242
notify: restart httpd
4343

44+
- name: package | configuration | envvars
45+
copy:
46+
content="{{ httpd_configuration_envvars }}"
47+
dest="{{ httpd_dir_configuration }}/envvars"
48+
owner=root
49+
group=root
50+
mode=0644
51+
become: yes
52+
notify: restart httpd
53+
4454
- name: package | configuration | /etc/httpd/ports.conf
4555
template:
4656
src=etc/httpd/ports.conf.j2

0 commit comments

Comments
 (0)