* '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:
Felix Fontein 2020-06-13 10:49:47 +02:00 committed by GitHub
parent 31ffc68980
commit c081bb6c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 1 deletions

View file

@ -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!