Hi,
Your command returned a non-zero return code.
Use this with:
ignore_errors: True
or otherwise fix the statement by using the shell module with & /bin/true.
(It very well could be that the command must succeed to use register variables, I don’t recall)