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>
A. – with: <value>
B. – with_items: <value>
C. – only_when: <conditional>
D. – items: <value>