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
|
||||
collections:
|
||||
# Install a collection from Ansible Galaxy
|
||||
- community.general
|
||||
- ansible.posix: "1.5.0" # Specify a particular version
|
||||
#- community.general
|
||||
#- ansible.posix: "1.5.0" # Specify a particular version
|
||||
|
||||
# # Install a collection from a Git repository
|
||||
# - name: https://github.com/organization/repo_name.git
|
||||
@@ -12,4 +12,6 @@ collections:
|
||||
|
||||
# # Install a collection from a local tarball
|
||||
# - name: my_collection-1.0.0.tar.gz
|
||||
# type: file
|
||||
# type: file
|
||||
- source: derekmurawsky/general
|
||||
type: dir
|
||||
|
||||
Reference in New Issue
Block a user