NLnetLabs / gantry

A tool for deploying and testing network routers in the cloud.
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Routinator serial number fetch broken #29

Closed ximon18 closed 4 years ago

ximon18 commented 4 years ago

Routinator 0.4+ now deploys but the playbook logic for obtaining the most recent Routinator serial number no longer works:

fatal: [routinator]: FAILED! => {"msg": "Unexpected templating type 
error occurred on ({{ result.stderr_lines | select('match', '^New serial is ([0-9]+)')
| list | last | regex_search('([0-9]+)', '\\\\1') | first }}): expected string or 
bytes-like object"}