Chained notifies don't work when the notifies are defined in different recipes · Issue #319 · itamae-kitchen/itamae
Chained notifies don't work when they are defined in different recipes. For example: # a.rb execute '1' do command 'true' notifies :run, 'execute[2]' end # b.rb execute '2' do action :nothing comma...