- name: Añadir bloque de configuración a NGINX module: blockinfile args: path: /etc/nginx/nginx.conf block: | server_tokens off; keepalive_timeout 65; marker: NGINX_CONF backup: true become: true