Update README.md (#10561)

This commit is contained in:
ahmadfikrin 2025-03-27 05:18:16 +07:00 committed by GitHub
parent 9ede0d856e
commit 9a1d1e76e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -421,10 +421,6 @@ def cap(self, string):
<summary>What are callback plugins? What can you achieve by using callback plugins?</summary><br><b> <summary>What are callback plugins? What can you achieve by using callback plugins?</summary><br><b>
</b></details> </b></details>
<details>
<summary>What is Ansible Collections?</summary><br><b>
</b></details>
<details> <details>
<summary>What is the difference between `include_task` and `import_task`?</summary><br><b> <summary>What is the difference between `include_task` and `import_task`?</summary><br><b>
</b></details> </b></details>
@ -530,6 +526,16 @@ It's used to rapidy develop and test Ansbile roles. Molecule can be used to tes
<details> <details>
<summary>What are collections in Ansible?</summary><br><b> <summary>What are collections in Ansible?</summary><br><b>
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.
</b></details>
<details>
<summary>Why Use Ansible Collections?</summary><br><b>
- Modular and reusable components
- Simplifies management of custom and third-party modules
- Provides a standardized way to distribute automation content
- Helps in version control and dependency management
</b></details> </b></details>
<!-- {% endraw %} --> <!-- {% endraw %} -->