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 &LT;package_name>, update <software_name>



Discussion

No Comment Found