diff --git a/ansible.cfg b/ansible.cfg
index 03d6baa40ab05c52cd3d40a5d95bc088c5a9a4a1..d16469db7870a62e4bc274a592a500cc9314387a 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -6,6 +6,7 @@ roles_path = .molecule/roles:.molecule/../roles:../:../../
 command_warnings = True
 deprecation_warnings = True
 forks = 50
+callback_whitelist = profile_tasks
 
 [ssh_connection]
 pipelining = True
diff --git a/tests/playbook.yml b/tests/playbook.yml
index 5766eccfc6bd61ad6e653861a55b08ecd33ee416..08ea904ce62203a84a09b1f0427c01648f20fd4c 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -4,5 +4,6 @@
   roles: [adarnimrod.debian-bootstrap]
 
 - hosts: all
+  strategy: free
   roles:
     - role: backports