Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installing.rst #2190

Closed
wants to merge 1 commit into from
Closed

Conversation

schaden-fred
Copy link

+label: docsite_pr

<!--- Fixed example commands that don't work. -->

+label: docsite_pr
@@ -18,7 +18,7 @@ For example, the following downloads the `debops.apt role <https://galaxy.ansibl

.. code-block:: bash

$ ansible-galaxy install debops.apt
$ ansible-galaxy collection install debops.debops
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The topic and example are for installing a Role, not a collection. This change is inaccurate.

@@ -31,7 +31,7 @@ demonstrated by the following example:

.. code-block:: bash

$ ansible-galaxy install --roles-path ~/ansible-roles debops.apt
$ ansible-galaxy collection install --roles-path ~/ansible-roles debops.debops
Copy link
Contributor

@chouseknecht chouseknecht Jan 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, this section and example are about Roles, not Collections.

@@ -58,7 +58,7 @@ role.

.. code-block:: bash

$ ansible-galaxy install geerlingguy.apache,v1.0.0
$ ansible-galaxy install geerlingguy.apache,1.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that the v is actually required. Have you tested this?

@schaden-fred schaden-fred closed this by deleting the head repository Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants