0 votes
in Ansible by

What is the purpose of the Ansible module “apt”?

a) To manage packages on a target system using the APT package manager

b) To manage users and groups on a target system

c) To manage files and directories on a target system

d) To manage services on a target system

1 Answer

0 votes
by

Solution: a) To manage packages on a target system using the APT package manager

Explanation: The Ansible module “apt” is used to manage packages on a target system using the APT package manager.

...