From 5458fa5a91b73ec402e8ac5d9a7fce13e23bc037 Mon Sep 17 00:00:00 2001 From: lorentz Date: Mon, 23 Feb 2026 12:12:36 -0500 Subject: [PATCH] Add ansible.cfg --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..2b28d07 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +roles_path = ./roles +collections_path = ./collections \ No newline at end of file