add os version requirement text to note (#65617)
* add os version requirement for win_format.py
This commit is contained in:
parent
88bba21708
commit
02539c9a37
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ options:
|
|||
or if the source and target file system are different.
|
||||
type: bool
|
||||
notes:
|
||||
- Microsoft Windows Server 2012 or Microsoft Windows 8 or newer is required to use this module. To check if your system is compatible, see
|
||||
U(https://docs.microsoft.com/en-us/windows/desktop/sysinfo/operating-system-version).
|
||||
- One of three parameters (I(drive_letter), I(path) and I(label)) are mandatory to identify the target
|
||||
volume but more than one cannot be specified at the same time.
|
||||
- This module is idempotent if I(force) is not specified and file system labels remain preserved.
|
||||
|
|
Loading…
Reference in a new issue