]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/apache2-php5/tasks/main.yml
Apt module: Update "state=installed" to "state=present"
[AnsibleRoles.git] / roles / apache2-php5 / tasks / main.yml
index bb13210fdb6e19568142b46344ed644e1d1a4589..7bcd63f8f2c39aa318d831592ff12f256a13a554 100644 (file)
@@ -16,7 +16,7 @@
     - apache
     - packages
   apt: >
-    state=installed
+    state=present
     name={{ item }}
   with_items:
     - libapache2-mod-php5
@@ -31,7 +31,7 @@
     - apache
     - packages
   apt: >
-    state=installed
+    state=present
     name=php5-apcu
   notify:
     - restart "apache2"
@@ -42,7 +42,7 @@
     - apache
     - packages
   apt: >
-    state=installed
+    state=present
     name=php-apc
   notify:
     - restart "apache2"