List of questions
Related questions
Question 31 - 300-910 discussion
Refer to the exhibit.
The exhibit shows the output of an Ansible task that prints the contents of the show_ip_int_brief variable that was registered in a different task in the playbook.
Which expression is used to print the output of the command without its header row?
A.
show_ip_int_brief[‘stdout_lines’][0]
B.
show_ip_int_brief[‘stdout_lines’][1:]
C.
show_ip_int_brief[‘stdout_lines’][0][1:]
D.
show_ip_int_brief[‘stdout_lines’]
Your answer:
0 comments
Sorted by
Leave a comment first