- name: Reload nginx shell: nginx -t && nginx -s reload - name: Restart nginx service: name=nginx state=restarted