diff options
author | Felix Fontein <felix@fontein.de> | 2021-02-12 23:09:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 23:09:50 +0100 |
commit | 1f3a90270b5b718ad1456e6bb11097724cd3d8ab (patch) | |
tree | 4510b72f273605a7f6f8e9492a9bf6b89e817c1a /changelogs | |
parent | Conscious language added to user guide, development guide, and Ansible commun... (diff) | |
download | ansible-1f3a90270b5b718ad1456e6bb11097724cd3d8ab.tar.xz ansible-1f3a90270b5b718ad1456e6bb11097724cd3d8ab.zip |
Import sanity test for plugins (#72497)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/72497-ansible-test-import-plugins.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/72497-ansible-test-import-plugins.yml b/changelogs/fragments/72497-ansible-test-import-plugins.yml new file mode 100644 index 0000000000..1c05068fe2 --- /dev/null +++ b/changelogs/fragments/72497-ansible-test-import-plugins.yml @@ -0,0 +1,2 @@ +minor_changes: +- "ansible-test - the ``import`` sanity test now also tries to import all non-module and non-module_utils Python files in ``lib/ansible/`` resp. ``plugins/`` (https://github.com/ansible/ansible/pull/72497)." |