mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Remove ignore.txt entries (#29)
* Remove some ignore.txt entries. * Prepare for validate-plugins.
This commit is contained in:
parent
1156db420d
commit
e691ad72ab
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
|||||||
author:
|
author:
|
||||||
- Lorin Hochestein (!UNKNOWN)
|
- Lorin Hochestein (!UNKNOWN)
|
||||||
- Leendert Brouwer (!UNKNOWN)
|
- Leendert Brouwer (!UNKNOWN)
|
||||||
connection: docker
|
name: docker
|
||||||
short_description: Run tasks in docker containers
|
short_description: Run tasks in docker containers
|
||||||
description:
|
description:
|
||||||
- Run commands or put/fetch files to an existing docker container.
|
- Run commands or put/fetch files to an existing docker container.
|
||||||
|
|||||||
@ -7,7 +7,6 @@ __metaclass__ = type
|
|||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: docker_machine
|
name: docker_machine
|
||||||
plugin_type: inventory
|
|
||||||
author: Ximon Eighteen (@ximon18)
|
author: Ximon Eighteen (@ximon18)
|
||||||
short_description: Docker Machine inventory source
|
short_description: Docker Machine inventory source
|
||||||
requirements:
|
requirements:
|
||||||
|
|||||||
@ -9,7 +9,6 @@ __metaclass__ = type
|
|||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: docker_swarm
|
name: docker_swarm
|
||||||
plugin_type: inventory
|
|
||||||
author:
|
author:
|
||||||
- Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com>
|
- Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com>
|
||||||
short_description: Ansible dynamic inventory plugin for Docker swarm nodes.
|
short_description: Ansible dynamic inventory plugin for Docker swarm nodes.
|
||||||
|
|||||||
@ -36,7 +36,7 @@ options:
|
|||||||
referring to the path of the compose file on the target host
|
referring to the path of the compose file on the target host
|
||||||
or the YAML contents of a compose file nested as dictionary.
|
or the YAML contents of a compose file nested as dictionary.
|
||||||
type: list
|
type: list
|
||||||
# elements: raw
|
elements: raw
|
||||||
default: []
|
default: []
|
||||||
prune:
|
prune:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -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_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/check_matrix.py replace-urlopen
|
||||||
tests/utils/shippable/timing.py shebang
|
tests/utils/shippable/timing.py shebang
|
||||||
|
|||||||
@ -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_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/check_matrix.py replace-urlopen
|
||||||
tests/utils/shippable/timing.py shebang
|
tests/utils/shippable/timing.py shebang
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user