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: ...@@ -12,6 +12,7 @@ provisioner:
converge: ../default/converge.yml converge: ../default/converge.yml
config_options: config_options:
defaults: defaults:
callback_whitelist: profile_tasks
gather_timeout: 20 gather_timeout: 20
scenario: scenario:
name: debian name: debian
......
...@@ -10,6 +10,7 @@ provisioner: ...@@ -10,6 +10,7 @@ provisioner:
name: ansible name: ansible
config_options: config_options:
defaults: defaults:
callback_whitelist: profile_tasks
gather_timeout: 20 gather_timeout: 20
inventory: inventory:
group_vars: group_vars:
......
...@@ -14,6 +14,7 @@ provisioner: ...@@ -14,6 +14,7 @@ provisioner:
side_effect: ../default/side_effect.yml side_effect: ../default/side_effect.yml
config_options: config_options:
defaults: defaults:
callback_whitelist: profile_tasks
gather_timeout: 20 gather_timeout: 20
inventory: inventory:
group_vars: group_vars:
......
...@@ -12,6 +12,7 @@ provisioner: ...@@ -12,6 +12,7 @@ provisioner:
converge: ../default/converge.yml converge: ../default/converge.yml
config_options: config_options:
defaults: defaults:
callback_whitelist: profile_tasks
gather_timeout: 20 gather_timeout: 20
inventory: inventory:
group_vars: 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