various fixes and improvements
[distro-setup] / filesystem / etc / ansible / ansible.cfg
index d233caa429cca74479eead28d43673eb32c405a7..4ba07f503747002267ddfd6c0bf730f969278a58 100644 (file)
@@ -16,7 +16,7 @@ remote_user = root
 # readable output
 stdout_callback = yaml
 # show execution time
-callback_whitelist = timer, profile_tasks
+callback_whitelist = timer, profile_tasks, profile_roles
 
 
 [ssh_connection]