Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/books/learning_ansible/04-ansible-galaxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `ansible-galaxy` command manages roles and collections using [galaxy.ansible
ansible-galaxy role [import|init|install|login|remove|...]
```

| Sub-commands | Observations |
| Sub-commands | Functionality |
|--------------|-----------------------------------------------------------|
| `install` | installs a role. |
| `remove` | remove one or more roles. |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| `remove` | remove one or more roles. |
| `remove` | removes one or more roles. |

Expand All @@ -51,7 +51,7 @@ ansible-galaxy role [import|init|install|login|remove|...]
ansible-galaxy collection [import|init|install|login|remove|...]
```

| Sub-commands | Observations |
| Sub-commands | Functionality |
|--------------|------------------------------------------------------------|
| `init` | generate a skeleton of a new collection. |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
| `init` | generate a skeleton of a new collection. |
| `init` | generates a skeleton of a new collection. |

Copy link
Contributor

@SergeCroise SergeCroise Jun 9, 2023

Choose a reason for hiding this comment

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

for a new or of a new collection ?

| `install` | installs a collection. |
Expand Down