Skip to content

Commit

Permalink
Use the correct service name for Debian and Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 6, 2018
1 parent 1ea40b4 commit 39116d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ httpd_packages: "{{ _httpd_packages[ansible_distribution] | default(_httpd_packa
_httpd_service:
default: httpd
Alpine: apache2
Debian: apache2
openSUSE Leap: apache2
openSUSE Tumbleweed: apache2
Ubuntu: apache2

httpd_service: "{{ _httpd_service[ansible_distribution] | default(_httpd_service['default']) }}"

Expand Down

0 comments on commit 39116d6

Please sign in to comment.