Change roles_dir to roles_path
This commit is contained in:
parent
89ee6fc4fb
commit
a145a71315
|
@ -2,4 +2,4 @@
|
|||
log_path = ./log/ansible.log
|
||||
hostfile = ./inventory
|
||||
inventory = ./inventory
|
||||
roles_dir = ./.roles
|
||||
roles_path = ./.roles
|
||||
|
|
Loading…
Reference in a new issue