From 471b69d21f9829dd9c4a73389ca9074147c91023 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Wed, 1 May 2024 09:58:09 -0700 Subject: [PATCH] Remove the collection path (#161) --- src/ansible_creator/resources/ansible_project/ansible.cfg.j2 | 3 --- tests/fixtures/project/ansible_project/ansible.cfg | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/ansible_creator/resources/ansible_project/ansible.cfg.j2 b/src/ansible_creator/resources/ansible_project/ansible.cfg.j2 index 5aa8e6ee..fc991761 100644 --- a/src/ansible_creator/resources/ansible_project/ansible.cfg.j2 +++ b/src/ansible_creator/resources/ansible_project/ansible.cfg.j2 @@ -6,9 +6,6 @@ inventory = inventory/hosts.yml host_vars_inventory = inventory/host_vars group_vars_inventory = inventory/group_vars -# Specify the collections directory -collections_path = collections/ansible_collections - # Set the logging verbosity level verbosity = 2 diff --git a/tests/fixtures/project/ansible_project/ansible.cfg b/tests/fixtures/project/ansible_project/ansible.cfg index 5aa8e6ee..fc991761 100644 --- a/tests/fixtures/project/ansible_project/ansible.cfg +++ b/tests/fixtures/project/ansible_project/ansible.cfg @@ -6,9 +6,6 @@ inventory = inventory/hosts.yml host_vars_inventory = inventory/host_vars group_vars_inventory = inventory/group_vars -# Specify the collections directory -collections_path = collections/ansible_collections - # Set the logging verbosity level verbosity = 2