mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-08 15:03:30 +01:00
Prepare Debian and Red Hat vars for apache_service
- add apache_service variable with same content as apache_daemon
This commit is contained in:
parent
55a5b2d07f
commit
8393eef81e
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
apache_service: apache2
|
||||
apache_daemon: apache2
|
||||
apache_daemon_path: /usr/sbin/
|
||||
apache_server_root: /etc/apache2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
apache_service: httpd
|
||||
apache_daemon: httpd
|
||||
apache_daemon_path: /usr/sbin/
|
||||
apache_server_root: /etc/httpd
|
||||
|
|
Loading…
Reference in a new issue