I ran into an issue today where the role fails at "Check whether devices are at the desired state" with no_log true. After disabling no_log, I get msg: 'Request failed: <urlopen error timed out>'
This makes sense in hindsight now that I have tracked down that 1 of several tang servers was unreachable. The error is very unhelpful and I think a check prior to this could be used to ensure availability of all tang servers could be added. This would produce helpful troubleshooting output, rather than a fail on a no_log.
I ran into an issue today where the role fails at "Check whether devices are at the desired state" with no_log true. After disabling no_log, I get
msg: 'Request failed: <urlopen error timed out>'This makes sense in hindsight now that I have tracked down that 1 of several tang servers was unreachable. The error is very unhelpful and I think a check prior to this could be used to ensure availability of all tang servers could be added. This would produce helpful troubleshooting output, rather than a fail on a no_log.