350-601 • Practice Test 25
Free 350-601 practice test — 15 questions with explanations. Set 25. No signup required.
Refer to the exhibit. What is the intended effect of this Ansible playbook task?
- name: Apply VLAN configuration to Nexus switches\n hosts: nexus_switches\n gather_facts: no\n tasks:\n - name: Configure VLAN 10\n cisco.nxos.nxos_config:\n lines:\n - vlan 10\n - name Automation_VLAN\n provider: "{{ cli }}"