since it works for other hosts, the problem is related to that specific host, not ansible. There may be many reasons why it doesn't work. Since ansible is just an automation tool, best to try an troubleshoot things manually on that host.
On Thu, 23 Jan 2020 at 18:46, Work Email <workemails9...@gmail.com> wrote: > *KB number upgrades/ security patches are not installing?* > *Playbook* > tasks: > - name: Install all security, critical, and rollup updates without a > scheduled task > win_updates: > category_names: > - Upgrades > - SecurityUpdates > whitelist: > - KB4494452 > - *KB2267602* > - KB4494452 > state: installed > register: update_result > win_reboot: yes > > *For one of my server, it's still filtering out. I have provided > KB2267602. it's not installing why ?* > ok: [EC2AMAZ-3FFNIJH.CORP.MEDQIA.COM] => { > "changed": false, > "filtered_updates": { > "1b20f24b-2b80-43cb-8511-4677f3915843": { > "categories": [ > "Definition Updates", > "Windows Defender" > ], > "filtered_reason": "category_names", > "id": "1b20f24b-2b80-43cb-8511-4677f3915843", > "installed": false, > "kb": [ > "2267602" > ], > "title": "Security Intelligence Update for Windows Defender > Antivirus - *KB2267602 *(Version 1.307.2889.0)" > } > }, > PLAY RECAP > *************************************************************************************************************************************** > EC2AMAZ-3FFNIJH.CORP.MEDQIA.COM : ok=2 changed=0 unreachable=0 > failed=0 skipped=0 rescued=0 ignored=0 > MQN-CKMH5E31UM7.corp.medqia.com : ok=0 changed=0 unreachable=1 > failed=0 skipped=0 rescued=0 ignored=0 > jimmy.corp.medqia.com : ok=2 changed=0 unreachable=0 > failed=0 skipped=0 rescued=0 ignored=0 > mqn-huddlermpc.corp.medqia.com : ok=2 changed=0 unreachable=0 > failed=0 skipped=0 rescued=0 ignored=0 > > -- > 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 ansible-project+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/adea7788-cccd-4baf-8f63-31a139c987ea%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/adea7788-cccd-4baf-8f63-31a139c987ea%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Sent from a mobile device - please excuse the brevity, spelling and punctuation. -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwM6KH1C2_5AEywy7iWD0uEsX4nCs0PWA9_WG%2BJN%2B%2BUqJw%40mail.gmail.com.