0 votes
in Ansible by
How can you use the Ansible module “file” to set permissions on a file?

a) By using the “mode” parameter

b) By using the “owner” parameter

c) By using the “group” parameter

d) By using the “state” parameter

1 Answer

0 votes
by
Solution: a) By using the “mode” parameter

Explanation: The Ansible module “file” can be used to set permissions on a file by using the “mode” parameter.
...