1 2 3 4 5 6 7
--- - name: test nginx command: nginx -t notify: reload nginx - name: restart nginx service: name=nginx state=restarted enabled=yes