From fb9291f279d7729ac29f620cc178a5ef71948736 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 15 Dec 2016 14:34:47 +0200
Subject: [PATCH] - Use package instead of APT for better cross-platform
 support.

---
 tests/playbook.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index 4a493ee..f40b4db 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -3,8 +3,8 @@
   strategy: free
   roles: [mod-php]
   post_tasks:
-      - name: APT install curl
-        apt:
+      - name: Install cURL
+        package:
             name: curl
             state: present
 
-- 
GitLab