ansible win_security_policy - find section

Hi guys,

How can I find section name for win_security_policy?

  • name: Allow Auto Update
    win_security_policy:
    section: System Update
    key: AllowAutoUpdate
    value: 0

TASK [windows-gpo : Allow Auto Update] *******************************************************************************************************************************************
fatal: [10.113.51.36]: FAILED! => {“changed”: false, “key”: “AllowAutoUpdate”, “msg”: “The section ‘System Update’ does not exist in SecEdit.exe output ini”, “section”: “System Update”, “value”: 0}