hi,
there should not be a pending reboot, because i rebooted the servers before 
and tested lots of things.
this is the playbook:
- name: Install Windows Updates
  hosts: all
  tasks:
    - name: Install all security, critical, and rollup updates without a 
scheduled task
      win_updates:
        category_names:
          - SecurityUpdates
          - CriticalUpdates        
          - ServicePacks
          - UpdateRollups
        server_selection:
           - windows_update
        reboot: yes
        reboot_timeout: 3600
      become: yes
      become_method: runas
      become_user: SYSTEM




Am Sonntag, 23. Februar 2020 21:16:00 UTC+1 schrieb Dan Linder:
>
> Can you include a simplified playbook showing the steps you're performing?
>
> Were the systems pending a reboot from a previous update?
>
>
>

-- 
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/5d7e47c5-c14a-4dde-90ea-d4afd8748c27%40googlegroups.com.

Reply via email to