From d2ce06cf9f32fef21a178637d84bf6e211ce43b2 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 28 Sep 2022 18:59:40 +0000 Subject: [PATCH] Use yaml inventory file by default --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 117c545..c3ed9c4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = hosts +inventory = hosts.yml roles_path = ./roles:./software gathering = smart