Solved

Ansible Provides Some Methods for Controlling How or When a Task

Question 69

Multiple Choice

Ansible provides some methods for controlling how or when a task is ran. Which of the following is a valid method for controlling a task with a loop?


A) - with: <value>
B) - with_items: <value>
C) - only_when: <conditional>
D) - items: <value>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions