tasks:-name:config stepaction:setup a=2 b=3 c=4-name:copy comandaction:copy src=/srv/a dest=/srv/bnotify:-restart apache-name:template stepaction:template src=/srv/template.j2 dest=/srv/file.outnotify:-restart apache-name:execute bin falsecomment:call something that will fail just to demo failure counts and suchaction:command /bin/false-name:execute bin truecomment:this will never be executed because previous will failaction:command /bin/truehandlers:-name:restart apacheaction:service name=httpd state=restarted