diff --git a/tests/playbook.yml b/tests/playbook.yml index 4a493eea359f983adff1749be7cb2dfd4393f143..f40b4dbd76bbbabf7140d0667881173fa31579df 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