Jinja2 filter

hosts: test gather_facts: False vars: list: [1,2,3,4,5] one: "1" str: "string" tasks: name: run commands shell: df -h register: info name: debug pprint filter debug: msg="{{ info.stdout | pprint }}" n
相關文章
相關標籤/搜索