diff --git a/ansible.cfg b/ansible.cfg index 149b1ce6..70e5aff2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,9 @@ [defaults] +# Roles are always in root of this project +roles_path = ./roles + # Do not create .retry files retry_files_enabled = False