From 9a1d1e76e9179738009fdaa6e959247a6c7a22fe Mon Sep 17 00:00:00 2001 From: ahmadfikrin Date: Thu, 27 Mar 2025 05:18:16 +0700 Subject: [PATCH] Update README.md (#10561) --- topics/ansible/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/topics/ansible/README.md b/topics/ansible/README.md index e8f85ef..315f5c8 100644 --- a/topics/ansible/README.md +++ b/topics/ansible/README.md @@ -421,10 +421,6 @@ def cap(self, string): What are callback plugins? What can you achieve by using callback plugins?
-
-What is Ansible Collections?
-
-
What is the difference between `include_task` and `import_task`?
@@ -530,6 +526,16 @@ It's used to rapidy develop and test Ansbile roles. Molecule can be used to tes
What are collections in Ansible?
+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. +
+ +
+Why Use Ansible Collections?
+ + - 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