mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add a note about skipping unavailable items
This commit is contained in:
parent
044b56b7a6
commit
49cbfd4fe3
1 changed files with 5 additions and 0 deletions
|
@ -504,6 +504,11 @@ def get_system_info():
|
|||
'''
|
||||
Get system information.
|
||||
|
||||
.. note::
|
||||
|
||||
Not all system info is available across all versions of Windows. If it
|
||||
is not available on an older version, it will be skipped
|
||||
|
||||
Returns:
|
||||
dict: Dictionary containing information about the system to include
|
||||
name, description, version, etc...
|
||||
|
|
Loading…
Add table
Reference in a new issue