Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robertdebock/ansible-role-httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 18, 2019
2 parents 0163242 + 8744f6e commit 52c53e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ _httpd_data_directory:

httpd_data_directory: "{{ _httpd_data_directory[ansible_distribution] | default(_httpd_data_directory['default']) }}"

#_httpd_modules_path:
# default: modules
# Debian: /usr/lib/apache2/modules
# Ubuntu: /usr/lib/apache2/modules
# openSUSE Leap: /usr/lib64/apache2-prefork
_httpd_modules_path:
default: modules
Debian: /usr/lib/apache2/modules
Ubuntu: /usr/lib/apache2/modules
openSUSE Leap: /usr/lib64/apache2-prefork

#httpd_modules_path: "{{ _httpd_modules_path[ansible_distribution] | default(_httpd_modules_path['default']) }}"
httpd_modules_path: "{{ _httpd_modules_path[ansible_distribution] | default(_httpd_modules_path['default']) }}"

# This variable is used in handlers to test the configuration.
_httpd_binary:
Expand Down

0 comments on commit 52c53e0

Please sign in to comment.