From c181e567a1df141d04ce5213b3750ee36254db82 Mon Sep 17 00:00:00 2001 From: 927589452 <927589452@users.noreply.github.com> Date: Mon, 29 Apr 2019 18:17:50 +0200 Subject: [PATCH] Update setup.py (#55871) adds a note on privileges needed on BSD systems to use dmidecode --- lib/ansible/modules/system/setup.py | 1 + 1 file changed, 1 insertion(+) 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"