mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix CI (#503)
* 'Fix' nosh's return value documentation by adding an empty description (ansible/ansible#70046). * Disable runtime-metadata test. ci_complete
This commit is contained in:
parent
31ffc68980
commit
c081bb6c9c
2 changed files with 35 additions and 1 deletions
|
@ -132,138 +132,172 @@ status:
|
|||
type: complex
|
||||
contains:
|
||||
After:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["/etc/service-bundles/targets/basic","../sshdgenkeys", "log"]
|
||||
Before:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["/etc/service-bundles/targets/shutdown"]
|
||||
Conflicts:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: '[]'
|
||||
DaemontoolsEncoreState:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: str
|
||||
sample: "running"
|
||||
DaemontoolsState:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: str
|
||||
sample: "up"
|
||||
Enabled:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: bool
|
||||
sample: True
|
||||
LogService:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: str
|
||||
sample: "../cyclog@sshd"
|
||||
MainPID:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 661
|
||||
Paused:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: bool
|
||||
sample: 'False'
|
||||
ReadyAfterRun:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: bool
|
||||
sample: 'False'
|
||||
RemainAfterExit:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: bool
|
||||
sample: 'False'
|
||||
Required-By:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: '[]'
|
||||
RestartExitStatusCode:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
RestartExitStatusNumber:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
RestartTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 4611686019935648081
|
||||
RestartUTCTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1508260140
|
||||
RunExitStatusCode:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
RunExitStatusNumber:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
RunTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 4611686019935648081
|
||||
RunUTCTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1508260140
|
||||
StartExitStatusCode:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1
|
||||
StartExitStatusNumber:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
StartTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 4611686019935648081
|
||||
StartUTCTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1508260140
|
||||
StopExitStatusCode:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
StopExitStatusNumber:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: '0'
|
||||
StopTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 4611686019935648081
|
||||
StopUTCTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1508260140
|
||||
Stopped-By:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["/etc/service-bundles/targets/shutdown"]
|
||||
Timestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 4611686019935648081
|
||||
UTCTimestamp:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: int
|
||||
sample: 1508260140
|
||||
Want:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: str
|
||||
sample: "nothing"
|
||||
Wanted-By:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["/etc/service-bundles/targets/server","/etc/service-bundles/targets/sockets"]
|
||||
Wants:
|
||||
description: [] # FIXME
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["/etc/service-bundles/targets/basic","../sshdgenkeys"]
|
||||
|
|
|
@ -1791,7 +1791,6 @@ plugins/modules/system/mksysb.py validate-modules:doc-missing-type
|
|||
plugins/modules/system/modprobe.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/nosh.py validate-modules:doc-missing-type
|
||||
plugins/modules/system/nosh.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/nosh.py validate-modules:return-syntax-error
|
||||
plugins/modules/system/open_iscsi.py validate-modules:required_together-unknown
|
||||
plugins/modules/system/openwrt_init.py validate-modules:doc-missing-type
|
||||
plugins/modules/system/openwrt_init.py validate-modules:parameter-type-not-in-doc
|
||||
|
@ -2139,3 +2138,4 @@ tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py future-impo
|
|||
tests/unit/plugins/modules/web_infrastructure/test_jenkins_plugin.py metaclass-boilerplate
|
||||
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||
tests/utils/shippable/timing.py shebang
|
||||
meta/runtime.yml runtime-metadata # TODO needs to be cleaned up before a first proper release!
|
||||
|
|
Loading…
Reference in a new issue