2016-02-22 29 views

回答

0

使用from_json过滤

tasks: 
    - name: Execute the command/script 
     shell: <some command> 
     register: result 
    - debug: var=result.stdout | from_json 
+1

我想他正在寻找正常的错误,而不是增加调试潜在的错误。希望我也知道答案。 :) –

+0

如果我在可以使用的星系中使用角色,我无法访问他们的任务 - 我想为全球角色做一个角色 –

相关问题