feat: update requirements.yml to comment out existing collections and add new source

This commit is contained in:
2025-09-10 09:52:59 -04:00
parent d6f60bcf27
commit 6a841e5538
+5 -3
View File
@@ -2,8 +2,8 @@
# Define collections to be installed # Define collections to be installed
collections: collections:
# Install a collection from Ansible Galaxy # Install a collection from Ansible Galaxy
- community.general #- community.general
- ansible.posix: "1.5.0" # Specify a particular version #- ansible.posix: "1.5.0" # Specify a particular version
# # Install a collection from a Git repository # # Install a collection from a Git repository
# - name: https://github.com/organization/repo_name.git # - name: https://github.com/organization/repo_name.git
@@ -12,4 +12,6 @@ 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: derekmurawsky/general
type: dir