- pattern: '*' tasks: - do: - update apache - command - [/usr/bin/yum, update, apache] onchange: - do: - restart apache - command - [/sbin/service, apache, restart] - do: - run bin false - command - [/bin/false]