From: Alexander Barton Date: Wed, 5 Apr 2017 15:09:53 +0000 (+0200) Subject: apache2-php5: Fix name of "php-apc" package X-Git-Url: https://arthur.barton.de/gitweb/?p=AnsibleRoles.git;a=commitdiff_plain;h=1020de30d86e971b3eb0c54e98ab674ac1733a9a apache2-php5: Fix name of "php-apc" package --- diff --git a/roles/apache2-php5/tasks/main.yml b/roles/apache2-php5/tasks/main.yml index 2f02819..9ba6a7f 100644 --- a/roles/apache2-php5/tasks/main.yml +++ b/roles/apache2-php5/tasks/main.yml @@ -44,7 +44,7 @@ - packages apt: > state=installed - name=apc-php + name=php-apc notify: - restart "apache2" when: php5_apcu_is_available.rc != 0