I use ansible with win_updates to install windows update. To get all updates installed I do multiple loops with a reboot in it I do set the contents in a register. But a reboot overwrites the register
How can I the register vars from multiple time to one var. The contents is a dic I tried something like this my_strings: "{{ my_strings | default({'key':'value'}) | combine(available_updates.filtered_updates, list_merge='append') }}" But I have one result in it -- 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/eb88c998-1a68-4e5f-be43-76d5b710f51fn%40googlegroups.com.