diff options
Diffstat (limited to 'lib/ansible/modules/system/setup.py')
-rw-r--r-- | lib/ansible/modules/system/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/setup.py b/lib/ansible/modules/system/setup.py index 39186bfa35..81bbf43ddb 100644 --- a/lib/ansible/modules/system/setup.py +++ b/lib/ansible/modules/system/setup.py @@ -80,7 +80,7 @@ notes: - If the target host is Windows, you will not currently have the ability to use C(filter) as this is provided by a simpler implementation of the module. - If the target host is Windows you can now use C(fact_path). Make sure that this path - exists on the target host. Files in this path MUST be PowerShell scripts (*.ps1) and + exists on the target host. Files in this path MUST be PowerShell scripts (``*.ps1``) and their output must be formattable in JSON (Ansible will take care of this). Test the output of your scripts. This option was added in Ansible 2.1. |