mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Correct bin name in Suse is httpd2
This commit is contained in:
parent
8c39811daa
commit
8b8d428062
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apache_service: apache2
|
||||
apache_daemon: apache2
|
||||
apache_daemon: httpd2
|
||||
apache_daemon_path: /usr/sbin/
|
||||
apache_server_root: /etc/apache2
|
||||
apache_conf_path: /etc/apache2/conf.d
|
||||
|
@ -9,7 +9,6 @@ apache_vhosts_version: "2.2"
|
|||
|
||||
__apache_packages:
|
||||
- apache2
|
||||
- apache2-devel
|
||||
- openssh
|
||||
|
||||
apache_ports_configuration_items:
|
||||
|
|
Loading…
Reference in a new issue