Execution
Date 22 Jul 2025 11:44:25 +0100
Duration 00:00:05.69
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
1 Hosts
7 Tasks
7 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:00.06
  • Play
    Determine primary physical interface and write hostname-interface-mac to file
  • Task
    Extract physical interface names from bridge members
  • Host
    kvm016

Field Value
msg
template error while templating string: expected token ',', got 'string'. String: {{
  (bridge_members.stdout_lines | map('regex_search', r'.*dev (\\S+)') | select | map('first') | list)
  if bridge_check.rc == 0
  else [primary_interface]
}}. expected token ',', got 'string'