Skip to content

Commit 9a1d1e7

Browse files
authored
Update README.md (#10561)
1 parent 9ede0d8 commit 9a1d1e7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

topics/ansible/README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,6 @@ def cap(self, string):
421421
<summary>What are callback plugins? What can you achieve by using callback plugins?</summary><br><b>
422422
</b></details>
423423

424-
<details>
425-
<summary>What is Ansible Collections?</summary><br><b>
426-
</b></details>
427-
428424
<details>
429425
<summary>What is the difference between `include_task` and `import_task`?</summary><br><b>
430426
</b></details>
@@ -530,6 +526,16 @@ It's used to rapidy develop and test Ansbile roles. Molecule can be used to tes
530526

531527
<details>
532528
<summary>What are collections in Ansible?</summary><br><b>
529+
Ansible Collections are a way to package and distribute modules, roles, plugins, and documentation in a structured format. They help organize and distribute automation code efficiently, especially for complex environments.
530+
</b></details>
531+
532+
<details>
533+
<summary>Why Use Ansible Collections?</summary><br><b>
534+
535+
- Modular and reusable components
536+
- Simplifies management of custom and third-party modules
537+
- Provides a standardized way to distribute automation content
538+
- Helps in version control and dependency management
533539
</b></details>
534540

535541
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)