🌈 搜索
📅  最后修改于: 2022-03-11 15:00:11.338000             🧑  作者: Mango
- shell: cat "hello" register: cat_contents - shell: echo "I cat hello" when: cat_contents.stdout == "hello"