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

a) To wait for a specific amount of time before continuing with the playbook

b) To wait for a condition to be true before continuing with the playbook

c) To wait for a user input before continuing with the playbook

d) To wait for a specific event to occur before continuing with the playbook

1 Answer

0 votes
by
Solution: b) To wait for a condition to be true before continuing with the playbook

Explanation: The Ansible module “wait_for” is used to wait for a condition to be true before continuing with the playbook.
...