diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2023-12-18 18:05:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 18:05:15 +0100 |
commit | fa92228b50622e21703c266959b067a9a1eb0e80 (patch) | |
tree | 114d675736106d0e273c971e7ef687fce0c2b1bb /test/integration/targets/rel_plugin_loading | |
parent | Fix plugin set option (#82300) (diff) | |
download | ansible-fa92228b50622e21703c266959b067a9a1eb0e80.tar.xz ansible-fa92228b50622e21703c266959b067a9a1eb0e80.zip |
Replace unwelcoming words (#82413)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'test/integration/targets/rel_plugin_loading')
-rw-r--r-- | test/integration/targets/rel_plugin_loading/subdir/inventory_plugins/notyaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/rel_plugin_loading/subdir/inventory_plugins/notyaml.py b/test/integration/targets/rel_plugin_loading/subdir/inventory_plugins/notyaml.py index 32b4829990..50e1e2bf6d 100644 --- a/test/integration/targets/rel_plugin_loading/subdir/inventory_plugins/notyaml.py +++ b/test/integration/targets/rel_plugin_loading/subdir/inventory_plugins/notyaml.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' - File MUST have a valid extension, defined in configuration. notes: - If you want to set vars for the C(all) group inside the inventory file, the C(all) group must be the first entry in the file. - - Whitelisted in configuration by default. + - Enabled in configuration by default. options: yaml_extensions: description: list of 'valid' extensions for files containing YAML |