mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-09 15:33:30 +01:00
Remove multiline config from default vars.
This commit is contained in:
parent
6e6ea9de50
commit
d57725cf0b
2 changed files with 3 additions and 9 deletions
|
@ -9,7 +9,5 @@ __apache_packages:
|
|||
- apache2-utils
|
||||
|
||||
apache_ports_configuration_items:
|
||||
- {
|
||||
regexp: "^Listen ",
|
||||
- regexp: "^Listen "
|
||||
line: "Listen {{ apache_listen_port }}"
|
||||
}
|
||||
|
|
|
@ -13,11 +13,7 @@ __apache_packages:
|
|||
- openssh
|
||||
|
||||
apache_ports_configuration_items:
|
||||
- {
|
||||
regexp: "^Listen ",
|
||||
- regexp: "^Listen "
|
||||
line: "Listen {{ apache_listen_port }}"
|
||||
}
|
||||
- {
|
||||
regexp: "^NameVirtualHost ",
|
||||
- regexp: "^NameVirtualHost "
|
||||
line: "NameVirtualHost *:{{ apache_listen_port }}"
|
||||
}
|
Loading…
Reference in a new issue