On Tue, Nov 12, 2019 at 5:32 AM Sadanand Alegaonkar <[email protected]> wrote: > > Hello Team, > > we are going to introduce patching through Ansible. > > Following step manually we perform. > 1. pre artifacts. > 2. Before patching plain reboot. > 3. Patching excluding kernel and reboot > 4. Kernel patching and reboot. > > Above steps we tried to do through ansible and we achieve our goal partially. > > For one host patching, error mail came successfully, if we tired to patch > server more than one server error mail will came for last server. > > we need error mail should came for each hosts while performing patching. > > Your help is more appreciable. >
Without more information, I can only make assumptions. Assuming your email sending code is inside the task that does the update. Assuming said task is called for each server you are upgrading. I would expect it to work. > Regards, > Sadanand > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/7eca24ab-f006-4606-9afb-45d303d447f0%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAHEKYV6cGwr4GMVwwNbQbJO6innT2TVWF5XEfGpVTyuNm3EbXw%40mail.gmail.com.
