Login
Remember
Register
Ask a Question
How can you use the Ansible module “file” to set permissions on a file?
0
votes
asked
May 14, 2024
in
Ansible
by
Robin
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
ansible
module
file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 14, 2024
by
Robin
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.
...