Question 47 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question 47 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question

Create Int
hosts: lab
gather_facts: no
vars:

intlist:

name: create int

ios_interface:
name: Loopback{{item}}
enabled: true

Refer to the exhibit.

Interfaces named Loopback0, Loopback1, and Loopback2 must be created and enabled on a Cisco IOS XE target device in the lab group.

Which loop must be added to the end of the Ansible 'create int' task?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.