From f5eaf862c23adf2d3672a5dd4cabb3fbb664f8cb Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Mon, 22 Sep 2025 19:52:54 +1000 Subject: [PATCH] chore: update ansible.cfg to use hosts.ini --- ansible.cfg | 2 +- hosts => hosts.ini | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts => hosts.ini (100%) diff --git a/ansible.cfg b/ansible.cfg index f96f6fb..da7f10b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory=hosts +inventory=hosts.ini deprecation_warnings=False host_key_checking=False interpreter_python=auto_silent diff --git a/hosts b/hosts.ini similarity index 100% rename from hosts rename to hosts.ini