]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
apache2-php5: Fix name of "php-apc" package
authorAlexander Barton <alex@barton.de>
Wed, 5 Apr 2017 15:09:53 +0000 (17:09 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 5 Apr 2017 15:09:53 +0000 (17:09 +0200)
roles/apache2-php5/tasks/main.yml

index 2f028196796e5006f935618545c7eab508b7b358..9ba6a7f533eb23b82da36d1d787a7249b93d5e5e 100644 (file)
@@ -44,7 +44,7 @@
     - packages
   apt: >
     state=installed
-    name=apc-php
+    name=php-apc
   notify:
     - restart "apache2"
   when: php5_apcu_is_available.rc != 0