Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -243,7 +243,7 @@ RETURN = '''
cache_updated:
description: if the cache was updated or not
returned: success, in some cases
type: boolean
type: bool
sample: True
cache_update_time:
description: time of the last cache update (0 if unknown)
@ -253,12 +253,12 @@ cache_update_time:
stdout:
description: output from apt
returned: success, when needed
type: string
type: str
sample: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n apache2-bin ..."
stderr:
description: error output from apt
returned: success, when needed
type: string
type: str
sample: "AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to ..."
''' # NOQA