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
6 changes: 3 additions & 3 deletions docs/books/learning_ansible/04-ansible-galaxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ In this chapter you will learn how to use, install, and manage Ansible roles and

**Objectives**: In this chapter you will learn how to:

:heavy_check_mark: install and manage collections;
:heavy_check_mark: install and manage roles;.
:heavy_check_mark: install and manage collections.
:heavy_check_mark: install and manage roles.

Copy link
Contributor

Choose a reason for hiding this comment

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

We are back to that ";" again. The ";" is fine I think, just not with the ";." as shown. If you correct it to be a period, then all of the items should also be ended with a period. IMO

Copy link
Contributor Author

@SergeCroise SergeCroise Nov 6, 2022

Choose a reason for hiding this comment

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

hello @sspencerwire, please review 😀

:checkered_flag: **ansible**, **ansible-galaxy**, **roles**, **collections**

Expand Down Expand Up @@ -41,7 +41,7 @@ ansible-galaxy role [import|init|install|login|remove|...]
| `install` | installs a role. |
| `remove` | remove one or more roles. |
| `list` | display the name and the version of installed roles. |
| `info` | display information about a role. |
| `info` | display information about a role. |
| `init` | generate a skeleton of a new role. |
Copy link
Contributor

Choose a reason for hiding this comment

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

While there is nothing wrong with this change, it isn't really necessary either. Personally, I prefer to line up all of the table elements as you are doing here, but the table should display fine w/o adding the space to make it line up with the others.

| `import` | import a role from the galaxy web site. Requires a login. |

Expand Down