Make clear that inventory config files need to have a very speific ending. (#974)

This commit is contained in:
Felix Fontein
2024-10-04 10:17:23 +02:00
committed by GitHub
parent 0806996f82
commit 1485adce29
3 changed files with 17 additions and 6 deletions
+6 -2
View File
@@ -12,7 +12,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
DOCUMENTATION = r'''
name: docker_containers
short_description: Ansible dynamic inventory plugin for Docker containers
version_added: 1.1.0
@@ -25,7 +25,11 @@ extends_documentation_fragment:
- community.library_inventory_filtering_v1.inventory_filter
description:
- Reads inventories from the Docker API.
- Uses a YAML configuration file that ends with C(docker.[yml|yaml]).
- Uses a YAML configuration file that ends with V(docker.(yml|yaml\)).
notes:
- The configuration file must be a YAML file whose filename ends with V(docker.yml) or V(docker.yaml).
Other filenames will not be accepted.
options:
plugin:
description: