From bfa3825e9591395bc06ac5187876b38530b9f4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Sun, 6 Nov 2022 05:58:30 +0100 Subject: [PATCH 1/2] Update 04-ansible-galaxy.md punctuation --- docs/books/learning_ansible/04-ansible-galaxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_ansible/04-ansible-galaxy.md b/docs/books/learning_ansible/04-ansible-galaxy.md index f55d54c685..ac6b7fcf5c 100644 --- a/docs/books/learning_ansible/04-ansible-galaxy.md +++ b/docs/books/learning_ansible/04-ansible-galaxy.md @@ -11,7 +11,7 @@ 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 roles. :checkered_flag: **ansible**, **ansible-galaxy**, **roles**, **collections** @@ -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. | | `import` | import a role from the galaxy web site. Requires a login. | From 320c0a69c461804b2332790aafb0b2c971e01b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Sun, 6 Nov 2022 15:56:21 +0100 Subject: [PATCH 2/2] Update 04-ansible-galaxy.md punctuation --- docs/books/learning_ansible/04-ansible-galaxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/learning_ansible/04-ansible-galaxy.md b/docs/books/learning_ansible/04-ansible-galaxy.md index ac6b7fcf5c..f3080d5f6c 100644 --- a/docs/books/learning_ansible/04-ansible-galaxy.md +++ b/docs/books/learning_ansible/04-ansible-galaxy.md @@ -10,7 +10,7 @@ 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 collections. :heavy_check_mark: install and manage roles. :checkered_flag: **ansible**, **ansible-galaxy**, **roles**, **collections**