An Ansible playbook needs to extract the first line from a multi-line string variable 'output' and store it in a new variable 'first_line'. Which filter should be used?
Select one:
The trap here is that candidates confuse the `first` filter's behavior on strings vs. lists, assumin...