2015-04-20 55 views

回答

4

您需要使用with_dict和VAR =在您的调试声明:

- tasks: 
    - name: build web node 
    nova_compute: 
    arguments: xyz 
    register: os_web_node 
    - debug: var={{ item }} 
    with_dict: os_web_node