diff --git a/lib/ansible/modules/system/setup.py b/lib/ansible/modules/system/setup.py index 77cbc57127..54fc9ce1dd 100644 --- a/lib/ansible/modules/system/setup.py +++ b/lib/ansible/modules/system/setup.py @@ -82,6 +82,7 @@ notes: output of your scripts. This option was added in Ansible 2.1. - This module is also supported for Windows targets. + - This module should be run with elevated priviliges on BSD systems to gather facts like ansible_product_version. author: - "Ansible Core Team" - "Michael DeHaan"