summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows
diff options
context:
space:
mode:
authorChris Budzilowicz <cbudzilo@redhat.com>2019-12-10 10:16:35 -0500
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-12-10 09:16:35 -0600
commit02539c9a3741af7f11bff9ee31d23364ed39befd (patch)
treea2815c10073271cf566a1b00aa5012d1199b22ae /lib/ansible/modules/windows
parent88bba21708668487fbc6fdaeb2bd148b6208cecc (diff)
downloadansible-02539c9a3741af7f11bff9ee31d23364ed39befd.tar.gz
add os version requirement text to note (#65617)
* add os version requirement for win_format.py
Diffstat (limited to 'lib/ansible/modules/windows')
-rw-r--r--lib/ansible/modules/windows/win_format.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/windows/win_format.py b/lib/ansible/modules/windows/win_format.py
index b1bd033937..f8f18ed7b7 100644
--- a/lib/ansible/modules/windows/win_format.py
+++ b/lib/ansible/modules/windows/win_format.py
@@ -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.