Ansible Automation Practice Test
Ansible Automation Ansible Playbook Structure and Variables 2
In an Ansible playbook, what is the purpose of the 'become: true' directive?
Select your answer
A
It enables privilege escalation so tasks run as a different user (e.g., root)
B
It makes the play mandatory and non-skippable
C
It causes Ansible to become idempotent
D
It enables connection to become persistent
Hint