diff --git a/ansible.cfg b/ansible.cfg index 48c5216..99dbf76 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = hosts +inventory = inventory/hosts roles_path = roles collections_path = collections remote_tmp = /tmp/.ansible-${USER}/tmp diff --git a/hosts b/inventory/hosts similarity index 100% rename from hosts rename to inventory/hosts