Skip to content

Commit

Permalink
Support for ansible-core 2.18
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 21, 2024
1 parent dadc495 commit b40006d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Enhancements:**

* Support for ansible-core 2.18, by adding an ignore file for the sanity tests.

**Cleanup:**

* Removed the unnecessary .pylintrc file from the distribution archive of the
Expand Down
34 changes: 34 additions & 0 deletions tests/sanity/ignore-2.18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
plugins/modules/zhmc_adapter_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_adapter.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_console.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_cpc_capacity.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_cpc_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_cpc.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_crypto_attachment.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_hba.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_ldap_server_definition_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_ldap_server_definition.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar_command.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar_messages.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_lpar.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_nic_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_nic.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition_command.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition_messages.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_partition.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_password_rule_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_password_rule.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_session.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_group_attachment.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_group.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_storage_volume.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user_pattern_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user_pattern.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user_role_list.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user_role.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_user.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_versions.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zhmc_virtual_function.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0

0 comments on commit b40006d

Please sign in to comment.