feat: update requirements.yml to comment out existing collections and add new source
This commit is contained in:
@@ -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
|
||||||
@@ -13,3 +13,5 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user