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

a) To intentionally fail a task in an Ansible playbook

b) To provide a message to the user and continue with the playbook

c) To skip a task in an Ansible playbook

d) To retry a task in an Ansible playbook

1 Answer

0 votes
by

Solution: a) To intentionally fail a task in an Ansible playbook

Explanation: The Ansible module “fail” is used to intentionally fail a task in an Ansible playbook.

...