From 736d5f6d21c805fefdc753a6b5de62670c4fc57e Mon Sep 17 00:00:00 2001 From: willtome Date: Mon, 25 Oct 2021 11:58:03 -0400 Subject: [PATCH] update runtime.yml --- meta/runtime.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 1f18fd7..ebbf60a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,17 @@ --- -requires_ansible: '>=2.9.10' \ No newline at end of file +requires_ansible: '>=2.9.10' +plugin_routing: + inventory: + now: + tombstone: + removal_version: "6.0.0" + warning_text: Please migrate to inventory provided by servicenow.itom collection + modules: + snow_record: + tombstone: + removal_version: "6.0.0" + warning_text: Please migrate to modules provided by servicenow.itom collection + snow_record_find: + tombstone: + removal_version: "6.0.0" + warning_text: Please migrate to inventory provided by servicenow.itom collection \ No newline at end of file