CISCO 300-910 Exam Question 35

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’]
Correct Answer: B