diff --git a/meta/runtime.yml b/meta/runtime.yml index 9ef925461b..2efbf3ff89 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -378,6 +378,10 @@ plugin_routing: warning_text: Use community.general.idrac_redfish_info instead. idrac_server_config_profile: redirect: dellemc.openmanage.idrac_server_config_profile + jboss: + deprecation: + removal_version: 14.0.0 + warning_text: Use role middleware_automation.wildfly.wildfly_app_deploy instead. jenkins_job_facts: tombstone: removal_version: 3.0.0 diff --git a/plugins/modules/jboss.py b/plugins/modules/jboss.py index 42355236e5..7fada0ef4c 100644 --- a/plugins/modules/jboss.py +++ b/plugins/modules/jboss.py @@ -11,6 +11,12 @@ module: jboss short_description: Deploy applications to JBoss description: - Deploy applications to JBoss standalone using the filesystem. +deprecated: + removed_in: 14.0.0 + why: The module has not been very actively maintained and there is a better alternative. + alternative: >- + Use the C(middleware_automation.wildfly.wildfly_app_deploy) role to deploy applications in JBoss or WildFly. + See U(https://galaxy.ansible.com/ui/repo/published/middleware_automation/wildfly/content/role/wildfly_app_deploy/) for details. extends_documentation_fragment: - community.general.attributes attributes: