Ansible json 输出返回 hello world

Ansible json 输出返回 hello world

作为 ansible 的新手,我尝试检查 proxmox API 中是否存在 json dict 输出,但似乎我没有正确注册输出:

这是 yaml: https://pastebin.com/XdA5PMNg

以下是调试: https://pastebin.com/qxbsJ8rE

谢谢大家

答案1

输出结果mystuff.stdout.stdout令人困惑。

register: mystuff代替register: mystuff.stdout就好了。

答案2

现在它工作了,我将寄存器从 改为cloudinit.stdoutcloudinit然后使用如下输出json.cloudinit.data.["ide2"] is not defined

相关内容