We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137e5f3 commit 814d8ddCopy full SHA for 814d8dd
ansible.cfg
@@ -7,6 +7,7 @@ remote_tmp = /tmp
7
# Enable our custom vars plugin that parses variables from the current working directory
8
vars_plugins_enabled = host_group_vars,cwd_host_group_vars
9
roles_path = vendor/stackhpc/ansible-slurm-appliance/ansible/roles:roles
10
+callbacks_enabled = ansible.posix.profile_tasks
11
12
[ssh_connection]
13
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
0 commit comments