1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

small grammar improvements to add clarity (#40157)

This commit is contained in:
Thad Guidry 2018-05-16 23:09:32 -05:00 committed by Jordan Borean
parent b116eaa485
commit 98579029d7

View file

@ -30,13 +30,13 @@ DOCUMENTATION = '''
env:
- name: ANSIBLE_INVENTORY_PLUGIN_SCRIPT_STDERR
description:
- The source provided must an executable that returns Ansible inventory JSON
- The source provided must be an executable that returns Ansible inventory JSON
- The source must accept C(--list) and C(--host <hostname>) as arguments.
C(--host) will only be used if no C(_meta) key is present.
This is a performance optimization as the script would be called per host otherwise.
notes:
- It takes the place of the previously hardcoded script inventory.
- To function it requires being whitelisted in configuration, which is true by default.
- In order to function, it requires being whitelisted in configuration, which is true by default.
'''
import os