Curator: action allocated not working

this is my shard which located on hot nodes

{ "myindices-2020-04-images" : { "aliases" : { }, "mappings" : { "images" : { "dynamic" : "strict", "_all" : { "enabled" : false }, "properties" : { "analysis" : { "type" : "keyword" }, "img_alt" : { "type" : "keyword", "fields" : { "text" : { "type" : "text" } } }, "img_external" : { "type" : "boolean" }, "img_height" : { "type" : "keyword" }, "img_main" : { "type" : "boolean" }, "img_title" : { "type" : "keyword" }, "img_url" : { "type" : "keyword", "fields" : { "text" : { "type" : "text", "analyzer" : "simple" } } }, "img_width" : { "type" : "keyword" }, "url" : { "type" : "keyword", "fields" : { "text" : { "type" : "text", "analyzer" : "simple" } } } } } }, "settings" : { "index" : { "routing" : { "allocation" : { "require" : { "storage_type" : "hot", "tag" : "spinning" } } }, "refresh_interval" : "60s", "number_of_shards" : "2", "translog" : { "flush_threshold_size" : "2048mb" }, "provided_name" : "myindices-2020-04-images", "creation_date" : "1579475934787", "requests" : { "cache" : { "enable" : "true" } }, "number_of_replicas" : "1", "uuid" : "OysznECxSNqGvgX--mmwsw", "version" : { "created" : "5060099" } } } } }

the second shard located on spinning nodes

{ "myindices-2020-01-images" : { "aliases" : { }, "mappings" : { "images" : { "dynamic" : "strict", "_all" : { "enabled" : false }, "properties" : { "analysis" : { "type" : "keyword" }, "img_alt" : { "type" : "keyword", "fields" : { "text" : { "type" : "text" } } }, "img_external" : { "type" : "boolean" }, "img_height" : { "type" : "keyword" }, "img_main" : { "type" : "boolean" }, "img_title" : { "type" : "keyword" }, "img_url" : { "type" : "keyword", "fields" : { "text" : { "type" : "text", "analyzer" : "simple" } } }, "img_width" : { "type" : "keyword" }, "url" : { "type" : "keyword", "fields" : { "text" : { "type" : "text", "analyzer" : "simple" } } } } } }, "settings" : { "index" : { "routing" : { "allocation" : { "require" : { "storage_type" : "spinning", "tag" : "spinning" } } }, "refresh_interval" : "120s", "number_of_shards" : "2", "translog" : { "flush_threshold_size" : "2048mb" }, "provided_name" : "myindices-2019-48-images", "creation_date" : "1574636508725", "requests" : { "cache" : { "enable" : "true" } }, "number_of_replicas" : "0", "uuid" : "5aVjAbGWQyKSdmHCWiGOfQ", "version" : { "created" : "5060099" } } } } }