作为 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.stdout
,cloudinit
然后使用如下输出json.cloudinit.data.["ide2"] is not defined