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 d7fa213 commit 20b5a9aCopy full SHA for 20b5a9a
ansible.cfg
@@ -6,7 +6,7 @@ host_key_checking = False
6
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 = roles:vendor/stackhpc/ansible-slurm-appliance/ansible/roles
+roles_path = vendor/stackhpc/ansible-slurm-appliance/ansible/roles:roles
10
11
[ssh_connection]
12
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
0 commit comments