Skip to content
Snippets Groups Projects
Commit 93a84dd4 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Enable profile_tasks callback for Molecule tests

parent 8d7c9b90
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ provisioner:
converge: ../default/converge.yml
config_options:
defaults:
callback_whitelist: profile_tasks
gather_timeout: 20
scenario:
name: debian
......
......@@ -10,6 +10,7 @@ provisioner:
name: ansible
config_options:
defaults:
callback_whitelist: profile_tasks
gather_timeout: 20
inventory:
group_vars:
......
......@@ -14,6 +14,7 @@ provisioner:
side_effect: ../default/side_effect.yml
config_options:
defaults:
callback_whitelist: profile_tasks
gather_timeout: 20
inventory:
group_vars:
......
......@@ -12,6 +12,7 @@ provisioner:
converge: ../default/converge.yml
config_options:
defaults:
callback_whitelist: profile_tasks
gather_timeout: 20
inventory:
group_vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment