Remove ignore.txt entries (#29)

* Remove some ignore.txt entries.

* Prepare for validate-plugins.
This commit is contained in:
Felix Fontein 2020-11-06 06:18:41 +01:00 committed by GitHub
parent 1156db420d
commit e691ad72ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 6 deletions

View File

@ -13,7 +13,7 @@ DOCUMENTATION = '''
author:
- Lorin Hochestein (!UNKNOWN)
- Leendert Brouwer (!UNKNOWN)
connection: docker
name: docker
short_description: Run tasks in docker containers
description:
- Run commands or put/fetch files to an existing docker container.

View File

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = '''
name: docker_machine
plugin_type: inventory
author: Ximon Eighteen (@ximon18)
short_description: Docker Machine inventory source
requirements:

View File

@ -9,7 +9,6 @@ __metaclass__ = type
DOCUMENTATION = '''
name: docker_swarm
plugin_type: inventory
author:
- Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com>
short_description: Ansible dynamic inventory plugin for Docker swarm nodes.

View File

@ -36,7 +36,7 @@ options:
referring to the path of the compose file on the target host
or the YAML contents of a compose file nested as dictionary.
type: list
# elements: raw
elements: raw
default: []
prune:
description:

View File

@ -1,4 +1,3 @@
plugins/modules/docker_container.py use-argspec-type-path # uses colon-separated paths, can't use type=path
plugins/modules/docker_stack.py validate-modules:doc-elements-mismatch
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang

View File

@ -1,4 +1,3 @@
plugins/modules/docker_container.py use-argspec-type-path # uses colon-separated paths, can't use type=path
plugins/modules/docker_stack.py validate-modules:doc-elements-mismatch
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang