Skip to content

Commit 20b5a9a

Browse files
committed
Reorder role paths in ansible.cfg
1 parent d7fa213 commit 20b5a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ host_key_checking = False
66
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
9-
roles_path = roles:vendor/stackhpc/ansible-slurm-appliance/ansible/roles
9+
roles_path = vendor/stackhpc/ansible-slurm-appliance/ansible/roles:roles
1010

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

0 commit comments

Comments
 (0)