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