diff --git a/ansible.cfg b/ansible.cfg index b2eabc1..1f9d4d9 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,3 @@ [defaults] host_key_checking = False -roles_path = ./roles:/etc/ansible/roles \ No newline at end of file +roles_path = roles:/etc/ansible/roles \ No newline at end of file