name: "mock" description: "A mock cool" dependencies: [] install_tasks: - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" uninstall_tasks: - !CommandTask script: "ping -c 5 www.baidu.com" shell: "bash" check_tasks: - !CommandTask script: "exit 1" shell: "bash"