Skip to content

Commit

Permalink
DefaultRuntimeDir must be a valid directory. (vars were not loaded)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 1, 2019
1 parent a615e85 commit f96caa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ httpd_modules_path: "{{ _httpd_modules_path[ansible_distribution] | default(_htt

_httpd_binary:
default: httpd
Debian: apache2
Ubuntu: apache2
Debian: apachectl
Ubuntu: apachectl

httpd_binary: "{{ _httpd_binary[ansible_distribution] | default(_httpd_binary['default']) }}"

0 comments on commit f96caa0

Please sign in to comment.