InterviewSolution
Saved Bookmarks
| 1. |
What are Ansible tasks? |
|
Answer» The task is a unit action of ANSIBLE. It helps by breaking a configuration policy into smaller files or blocks of code. These blocks can be USED in AUTOMATING a process. For example, to install a PACKAGE or update a software Install <package_name>, update <software_name> |
|