From 3148bca72cf420b8724a39eb4e4da962f8082044 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 24 Apr 2018 12:15:30 +0200
Subject: [PATCH] Update deprecated keyword

---
 tasks/php.yml   | 2 +-
 tasks/php53.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/php.yml b/tasks/php.yml
index e0559b7..fc851af 100644
--- a/tasks/php.yml
+++ b/tasks/php.yml
@@ -11,7 +11,7 @@
 - name: "PHP | Install required packages."
   apt:
     pkg={{ item }}
-    state=installed
+    state=present
     force=yes
   with_items: '{{ php_packages }}'
   notify:
diff --git a/tasks/php53.yml b/tasks/php53.yml
index 17fd720..eafa54e 100644
--- a/tasks/php53.yml
+++ b/tasks/php53.yml
@@ -30,7 +30,7 @@
   - name: "Install Packages"
     apt:
       pkg={{ item }}
-      state=installed
+      state=present
     with_items:
       - 'autoconf2.13'
       - 'automake1.4'
-- 
GitLab