1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added requires WMF5 note to win_firewall module documentations (#25676)

This commit is contained in:
jhawkesworth 2017-06-14 15:10:17 +01:00 committed by GitHub
parent b69c7f50d0
commit ccb5756d1f

View file

@ -47,6 +47,8 @@ options:
choices:
- enabled
- disabled
requirements:
- This module requires Windows Management Framework 5 or later.
author: Michael Eaton (@MichaelEaton83)
'''