--- - block: - name: installing nginx package: name: - nginx state: present notify: start nginx register: install_nginx_result tags: - nginx-install