refactor: comment out existing source and role references in requirements.yml

This commit is contained in:
2025-09-10 09:59:56 -04:00
parent b39fa8d2d1
commit 5c4d4cd454
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -13,5 +13,3 @@ collections:
# # Install a collection from a local tarball # # Install a collection from a local tarball
# - name: my_collection-1.0.0.tar.gz # - name: my_collection-1.0.0.tar.gz
# type: file # type: file
- source: ansible_collections/derekmurawsky/general
type: dir
+2 -2
View File
@@ -12,5 +12,5 @@ roles:
# name: custom_webserver_role # name: custom_webserver_role
# Install a role from a local path # Install a role from a local path
- src: .ansible/roles/LucasJanin.ssh_config # - src: .ansible/roles/LucasJanin.ssh_config
name: LucasJanin.ssh_config # name: LucasJanin.ssh_config