0 votes
in Ansible by
What is the purpose of the Ansible module “copy”?

a) To copy files or directories to the target system

b) To create a new file on the target system

c) To delete files or directories from the target system

d) To edit an existing file on the target system

1 Answer

0 votes
by

Solution: a) To copy files or directories to the target system

Explanation: The Ansible module “copy” is used to copy files or directories to the target system.

...