diff --git a/collections/requirements.yml b/collections/requirements.yml index 3271769..26fe73d 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -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 \ No newline at end of file + # type: file + - source: derekmurawsky/general + type: dir