quiet.md

December 13, 2020 ยท View on GitHub

quiet COMMAND [ARG1] [ARG2] ...

Runs a command with it's output redirected to /dev/null.

@ Installing nginx unless already
  when quiet grep centos /etc/hosts
  - yum_install nginx
  - quiet ignore_errors rm /foo/bar