From: Alexander Barton Date: Wed, 1 Jun 2016 14:12:00 +0000 (+0200) Subject: apach2-php5: Correctly enable "apache2" (not "autofs"!) X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e43f7471ca51799bcbebea6737827f8e8ce0bb1;p=AnsibleRoles.git apach2-php5: Correctly enable "apache2" (not "autofs"!) --- diff --git a/roles/apache2-php5/tasks/main.yml b/roles/apache2-php5/tasks/main.yml index aead05e..ff0a48a 100644 --- a/roles/apache2-php5/tasks/main.yml +++ b/roles/apache2-php5/tasks/main.yml @@ -26,5 +26,5 @@ - services service: > enabled=yes - name=autofs + name=apache2 state=running