tmichett / rh403v66AAP_Labs

RH403 Ansible Automation Platform with Labs
2 stars 21 forks source link

Ansible Docs Site #3

Open tmichett opened 2 years ago

tmichett commented 2 years ago

Point Out Ansible Docs Site for installing collections from source with a requirements file.

Says ...

collections:
  - source: /tmp/my_namespace-my_collection-1.0.0.tar.gz
    type: file

should say

    collections:
      - name: /tmp/my_namespace-my_collection-1.0.0.tar.gz
        type: file
tmichett commented 2 years ago

Issue and pull request filed ...

Issue: https://github.com/ansible/ansible/pull/77439 Pull Request: https://github.com/ansible/ansible/pull/77439

tmichett commented 2 years ago

Fix in my repository that was pull requested to be merged into upstream docs

https://github.com/tmichett/ansible-1/blob/devel/docs/docsite/rst/shared_snippets/installing_collections_file.rst