Solved

Refer to the Exhibit

Question 25

Multiple Choice

  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'] 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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions