diff --git a/ansible.cfg b/ansible.cfg index 5003a2a..5f1eb5c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,4 @@ log_path = ./log/ansible.log hostfile = ./inventory inventory = ./inventory -roles_dir = ./.roles +roles_path = ./.roles