Skip to content

Commit 814d8dd

Browse files
committed
Add timing information to Ansible tasks
1 parent 137e5f3 commit 814d8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ remote_tmp = /tmp
77
# Enable our custom vars plugin that parses variables from the current working directory
88
vars_plugins_enabled = host_group_vars,cwd_host_group_vars
99
roles_path = vendor/stackhpc/ansible-slurm-appliance/ansible/roles:roles
10+
callbacks_enabled = ansible.posix.profile_tasks
1011

1112
[ssh_connection]
1213
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null

0 commit comments

Comments
 (0)