From 5c4d4cd454cdb340b64e397187fd483c501d364d Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Wed, 10 Sep 2025 09:59:56 -0400 Subject: [PATCH] refactor: comment out existing source and role references in requirements.yml --- collections/requirements.yml | 2 -- roles/requirements.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index f4bb068..3733220 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -13,5 +13,3 @@ collections: # # Install a collection from a local tarball # - name: my_collection-1.0.0.tar.gz # type: file - - source: ansible_collections/derekmurawsky/general - type: dir diff --git a/roles/requirements.yml b/roles/requirements.yml index 7787aea..ff0b4f5 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -12,5 +12,5 @@ roles: # name: custom_webserver_role # Install a role from a local path - - src: .ansible/roles/LucasJanin.ssh_config - name: LucasJanin.ssh_config + # - src: .ansible/roles/LucasJanin.ssh_config + # name: LucasJanin.ssh_config