Hello,
I made a PR to add a module that lets you import registry files. It can compare with current registry settings so will set changed to true or false as appropriate, and lets you make bulk changes to the registry in one pass.
https://github.com/ansible/ansible-modules-extras/pull/1166
I also created some integration tests here:
https://github.com/ansible/ansible/pull/13481
If anybody can give it a go I’d be very grateful.
As it stands the integration tests run as part of the ‘test_winrm’ suite. However it is getting quite big now and I was wondering if we should have a separate suite for extras windows modules?
Jon